1
This commit is contained in:
parent
65f003a909
commit
2ac6b8d577
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user