1
This commit is contained in:
parent
65f003a909
commit
2ac6b8d577
@ -53,7 +53,7 @@ class RechargeController{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rsp === '') {
|
if ($rsp == null || $rsp == '') {
|
||||||
phpcommon\sendError(ERR_RETRY, '系统繁忙2');
|
phpcommon\sendError(ERR_RETRY, '系统繁忙2');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -101,8 +101,8 @@ class RechargeController{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rsp === '') {
|
if ($rsp == null || $rsp == '') {
|
||||||
phpcommon\sendError(ERR_RETRY, '系统繁忙2');
|
phpcommon\sendError(ERR_RETRY, '系统繁忙 2');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user