diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 59a78b8..8730ddc 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -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, );