Browse Source

提现状态更新

master
weigang 5 years ago
parent
commit
6c6fa58e78
  1. 2
      app/Controller/v3/WithdrawController.php

2
app/Controller/v3/WithdrawController.php

@ -171,9 +171,11 @@ class WithdrawController extends BaseController
$withdraw->name, $withdraw->name,
'商户提现打款' '商户提现打款'
); );
// 更新打款金额,审核时间等 // 更新打款金额,审核时间等
$withdraw->check_time = time(); $withdraw->check_time = time();
$withdraw->real_cash = $money; $withdraw->real_cash = $money;
$withdraw->state = 2;
$withdraw->save(); $withdraw->save();
// 打款成功,写流水 // 打款成功,写流水

Loading…
Cancel
Save