This commit is contained in:
yangduo 2024-12-25 12:05:16 +08:00
parent 7ffdd1db8e
commit 65f003a909

View File

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