fix
This commit is contained in:
parent
7ffdd1db8e
commit
65f003a909
@ -52,6 +52,11 @@ class RechargeController{
|
||||
phpcommon\sendError(ERR_RETRY, '系统繁忙');
|
||||
return;
|
||||
}
|
||||
|
||||
if ($rsp === '') {
|
||||
phpcommon\sendError(ERR_RETRY, '系统繁忙2');
|
||||
return;
|
||||
}
|
||||
|
||||
$response = json_decode($rsp, true);
|
||||
echo json_encode(array(
|
||||
@ -95,6 +100,11 @@ class RechargeController{
|
||||
phpcommon\sendError(ERR_RETRY, '系统繁忙');
|
||||
return;
|
||||
}
|
||||
|
||||
if ($rsp === '') {
|
||||
phpcommon\sendError(ERR_RETRY, '系统繁忙2');
|
||||
return;
|
||||
}
|
||||
|
||||
$response = json_decode($rsp, true);
|
||||
$diamonds = $response['diamond'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user