From 6de4914d9598dcf90b6330f55dde4f27ae88fa51 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 22 Feb 2025 20:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A1=E6=89=B9=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E4=B8=BA=E5=8D=81=E4=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/WithdrawController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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