|
@@ -32,10 +32,12 @@ class AliOrderArousePay extends OrderArousePayAbstract
|
|
|
'type' => $data['type'],
|
|
|
'pay_merchant_id' => $pay_merchant_id,
|
|
|
];
|
|
|
+ myLog('aliPay')->info('arouse', compact('data', 'ali_param'));
|
|
|
try {
|
|
|
$config = PayMerchantService::findAliPayConfig($pay_merchant_id);
|
|
|
$pay = PayFactory::aliPay($config);
|
|
|
$result = $pay->send($ali_param);
|
|
|
+ myLog('aliPay')->info('result', compact('result'));
|
|
|
return $result;
|
|
|
} catch (Exception $e) {
|
|
|
Log::error("创建支付宝订单失败: " . $e->getTraceAsString());
|