From e81e597b1bbcea9e690e31fceaf2972a0ed2840f Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 6 Jan 2025 11:03:50 +0800 Subject: [PATCH] recharge activity --- webapp/controller/RechargeController.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 5022779..9f7c119 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -246,6 +246,13 @@ class RechargeController 'errcode' => 0, 'errmsg' => '', 'first_recharge' => $firstrecharge, + 'vip_info' => array( + 'expire' => 0, + 'daily_time' => 0, + ), + 'daily_purchase' => array (), + 'total_recharge' => array (), + 'total_consume' => array(), )); } }