recharge activity

This commit is contained in:
yangduo 2025-01-06 11:03:50 +08:00
parent a1b92f6758
commit e81e597b1b

View File

@ -246,6 +246,13 @@ class RechargeController
'errcode' => 0, 'errcode' => 0,
'errmsg' => '', 'errmsg' => '',
'first_recharge' => $firstrecharge, 'first_recharge' => $firstrecharge,
'vip_info' => array(
'expire' => 0,
'daily_time' => 0,
),
'daily_purchase' => array (),
'total_recharge' => array (),
'total_consume' => array(),
)); ));
} }
} }