diff --git a/app/controller/api/WithdrawController.php b/app/controller/api/WithdrawController.php index 4dc02b6..8520ddb 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -124,7 +124,7 @@ class WithdrawController 'status_text' => '申请中', ]); //大于1000等待管理员审核 - if ($money >= 100000) { + if ($money_no >= 100000) { //用户积分减少$money UserRewardDao::base($user_id, 1, - ($money_no + 300), '提现'); return ApiResponseApp::success(null, '等待管理员审核');