Mike 7 년 전
부모
커밋
a8dabcd811
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/app/Http/Controllers/Api/V1/PayController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/PayController.php

xqd
@@ -169,7 +169,7 @@ class PayController extends Controller
                     //记日志
                     $this->logAccount(AccountLog::TYPE_CASH, $u->id, $u->name,$order->price,
                         AccountLog::OP_CHARGE,
-                        AccountLog::TYPE_COIN, $u->id,$u->name,$order->price,$order->transaction_id,$u->avatar);
+                        AccountLog::TYPE_COIN, $u->id,$u->name,$order->price,$out_trade_no,$u->avatar);
 
                     \Log::info('支付完成');