diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 94a4233..6b9ff90 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -369,11 +369,13 @@ class ShopController{ } $coin_num = $addreward->getCoinNum($account_id); $diamond_num = $addreward->getDiamondNum($account_id); + $adfree = $addreward->getAdfree($account_id); echo json_encode(array( 'errcode' => 0, 'errmsg'=> '', 'coin_nums' => $coin_num, 'diamond_nums' => $diamond_num, + 'adfree' => $adfree, 'item_list' => $item_list, 'all_item_list' => $all_item_list, 'id' => $id,