|
@@ -615,9 +615,12 @@ class OrdersController extends BaseController
|
|
|
*/
|
|
|
public function aliIndex(Request $request)
|
|
|
{
|
|
|
+ myLog('aliPay')->info('aliIndex-request', [$request->all()]);
|
|
|
if ($params = $this->getPayParams($request)) {
|
|
|
+ myLog('aliPay')->info('aliIndex-request1', compact('params'));
|
|
|
$params['pay_merchant_id'] = $this->ali_pay_merchat_id;
|
|
|
$params['type'] = 'App';
|
|
|
+ myLog('aliPay')->info('aliIndex-request2', compact('params'));
|
|
|
} else {
|
|
|
return response()->error('QAPP_PARAM_ERROR');
|
|
|
}
|