| 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('支付完成');
|
|
|
|