From 2ac6b8d57713e169f3a26ee73ddf38cc709a0521 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 25 Dec 2024 12:31:27 +0800 Subject: [PATCH] 1 --- webapp/controller/RechargeController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 45e2d37..1a6df7e 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -53,7 +53,7 @@ class RechargeController{ return; } - if ($rsp === '') { + if ($rsp == null || $rsp == '') { phpcommon\sendError(ERR_RETRY, '系统繁忙2'); return; } @@ -101,8 +101,8 @@ class RechargeController{ return; } - if ($rsp === '') { - phpcommon\sendError(ERR_RETRY, '系统繁忙2'); + if ($rsp == null || $rsp == '') { + phpcommon\sendError(ERR_RETRY, '系统繁忙 2'); return; }