From 10cb4e94645e8647bb427a5764d0be760c3c6419 Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 6 Jan 2025 20:07:27 +0800 Subject: [PATCH] adjust --- webapp/controller/RechargeController.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index ede0a2e..ae05c26 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -363,10 +363,7 @@ class RechargeController 'errcode' => 0, 'errmsg' => '', 'first_recharge' => $firstrecharge, - 'vip_info' => array( - 'expire' => 0, - 'daily_time' => 0, - ), + 'vip_info' => array(), 'daily_purchase' => array(), 'daily_recharge' => array(), 'total_recharge' => array(),