From a45fc664606f4076d7ad80f5423ee5ad72b3b96e Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 22 Feb 2025 23:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E6=94=B6?= =?UTF-8?q?=E6=AC=BE=E4=BA=BA=E8=B4=A6=E6=88=B7=E9=94=99=E8=AF=AF?= 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 9ab514d..93cbf04 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -146,7 +146,7 @@ class WithdrawController return ApiResponseApp::success(null, '转账成功'); } else { UserRewardDao::base($user_id, 1, $money_no + 300, '提现失败返还'); - if ($res->ErrorMessage == "PayeeAccountNumberFormatError") { + if ($res->ErrorMessage == "PayeeAccountNameFormatError") { return ApiResponseApp::error(null, '收款人帐号格式错误'); } return ApiResponseApp::error(null, '未知错误请联系客服');