修改审批积分为十万
This commit is contained in:
parent
8b3862ec32
commit
6de4914d95
|
@ -123,7 +123,7 @@ class WithdrawController
|
||||||
'status_text' => '申请中',
|
'status_text' => '申请中',
|
||||||
]);
|
]);
|
||||||
//大于1000等待管理员审核
|
//大于1000等待管理员审核
|
||||||
if ($money >= 1000) {
|
if ($money >= 100000) {
|
||||||
return ApiResponseApp::success(null, '等待管理员审核');
|
return ApiResponseApp::success(null, '等待管理员审核');
|
||||||
}
|
}
|
||||||
//用户积分减少$money
|
//用户积分减少$money
|
||||||
|
|
Loading…
Reference in New Issue