修改提现单位是 分而不是钱
This commit is contained in:
parent
8262537bf4
commit
78e93b919e
|
@ -124,7 +124,7 @@ class WithdrawController
|
||||||
'status_text' => '申请中',
|
'status_text' => '申请中',
|
||||||
]);
|
]);
|
||||||
//大于1000等待管理员审核
|
//大于1000等待管理员审核
|
||||||
if ($money >= 100000) {
|
if ($money_no >= 100000) {
|
||||||
//用户积分减少$money
|
//用户积分减少$money
|
||||||
UserRewardDao::base($user_id, 1, - ($money_no + 300), '提现');
|
UserRewardDao::base($user_id, 1, - ($money_no + 300), '提现');
|
||||||
return ApiResponseApp::success(null, '等待管理员审核');
|
return ApiResponseApp::success(null, '等待管理员审核');
|
||||||
|
|
Loading…
Reference in New Issue