This commit is contained in:
yangduo 2025-01-16 15:50:20 +08:00
parent 1177640675
commit 95a5e815b6

View File

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