Merge branch 'master' of https://git.shagain.club/shulang/webman
This commit is contained in:
commit
34f07127a7
|
@ -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