From 95a5e815b63febca41f279240dcac18a3d93f057 Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 16 Jan 2025 15:50:20 +0800 Subject: [PATCH] adjust --- webapp/controller/RechargeController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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, );