This commit is contained in:
yangduo 2024-12-25 12:31:27 +08:00
parent 65f003a909
commit 2ac6b8d577

View File

@ -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;
}