adjust
This commit is contained in:
parent
1177640675
commit
95a5e815b6
@ -719,6 +719,7 @@ class RechargeController
|
||||
if ($r) {
|
||||
$coin_num = $addreward->getCoinNum($account_id);
|
||||
$diamond_num = $addreward->getDiamondNum($account_id);
|
||||
$adfree = $addreward->getAdfree($account_id);
|
||||
$user_purchase = array(
|
||||
'errcode' => 0,
|
||||
'errmsg' => '',
|
||||
@ -726,6 +727,7 @@ class RechargeController
|
||||
'status' => 1,
|
||||
'coin_nums' => $coin_num,
|
||||
'diamond_nums' => $diamond_num,
|
||||
'adfree' => $adfree,
|
||||
'item_list' => $item_list,
|
||||
'all_item_list' => $all_item_list,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user