adjust
This commit is contained in:
parent
c6218d797e
commit
e1bb2cc715
@ -719,7 +719,9 @@ class RechargeController
|
||||
if ($r) {
|
||||
$coin_num = $addreward->getCoinNum($account_id);
|
||||
$diamond_num = $addreward->getDiamondNum($account_id);
|
||||
$adfree = $addreward->getAdfree($account_id);
|
||||
$adfree = $addreward->getAdfree($account_id);
|
||||
$privilege = new classes\Privilege();
|
||||
$plustimes = $privilege->getCoinTimesPlus($account_id);
|
||||
$user_purchase = array(
|
||||
'errcode' => 0,
|
||||
'errmsg' => '',
|
||||
@ -728,6 +730,7 @@ class RechargeController
|
||||
'coin_nums' => $coin_num,
|
||||
'diamond_nums' => $diamond_num,
|
||||
'adfree' => $adfree,
|
||||
'vip_plustime' => $plustimes,
|
||||
'item_list' => $item_list,
|
||||
'all_item_list' => $all_item_list,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user