|
|
@@ -152,7 +152,7 @@ class MixedPayService extends BasePayService
|
|
|
"[" . date('Y-m-d H:i:s') . "] 开始创建微信支付订单,金额: {$wechatAmount}" . PHP_EOL,
|
|
|
FILE_APPEND | LOCK_EX
|
|
|
);
|
|
|
-
|
|
|
+ outFileLog($wechatOrder,'prepay','$wechatOrder');
|
|
|
// Db::commit();
|
|
|
// return $wechatOrder;
|
|
|
$result = $this->wechatPayService->pay($from, $wechatOrder);
|