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