Mike hace 7 años
padre
commit
a8dabcd811
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('支付完成');