1
This commit is contained in:
parent
2ac6b8d577
commit
01405b09cb
@ -108,7 +108,7 @@ class RechargeController{
|
|||||||
|
|
||||||
$response = json_decode($rsp, true);
|
$response = json_decode($rsp, true);
|
||||||
$diamonds = $response['diamond'];
|
$diamonds = $response['diamond'];
|
||||||
$diamond_num = 0;
|
$diamond_num = -1;
|
||||||
if ($diamonds > 0) {
|
if ($diamonds > 0) {
|
||||||
$userrow = $conn->execQueryOne(
|
$userrow = $conn->execQueryOne(
|
||||||
'SELECT diamond_num, free_diamond FROM user WHERE accountid=:accountid;',
|
'SELECT diamond_num, free_diamond FROM user WHERE accountid=:accountid;',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user