moonsflyer 5 месяцев назад
Родитель
Сommit
b22db3a645
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/common/service/pay/MixedPayService.php

+ 1 - 1
app/common/service/pay/MixedPayService.php

@@ -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);