修改审批积分为十万

This commit is contained in:
lingling 2025-02-22 20:30:54 +08:00
parent 8b3862ec32
commit 6de4914d95
1 changed files with 1 additions and 1 deletions

View File

@ -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