diff --git a/app/controller/api/WithdrawController.php b/app/controller/api/WithdrawController.php index 1de19f4..7b0564b 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -123,7 +123,7 @@ class WithdrawController 'status_text' => '申请中', ]); //大于1000等待管理员审核 - if ($money >= 1000) { + if ($money >= 100000) { return ApiResponseApp::success(null, '等待管理员审核'); } //用户积分减少$money