From 097715c4a7da43da9ad07e96bd678046f0fb5084 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 9 Apr 2025 13:52:12 +0800 Subject: [PATCH] adjust --- webapp/controller/ShopController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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,