From 60eb4f35e3136fe92a3a37580248261b7f12cebd Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Tue, 27 Jun 2023 16:14:33 +0800 Subject: [PATCH] 1 --- webapp/controller/PassController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/PassController.class.php b/webapp/controller/PassController.class.php index 132e390d..7dd99ae8 100644 --- a/webapp/controller/PassController.class.php +++ b/webapp/controller/PassController.class.php @@ -51,8 +51,8 @@ class PassController extends BaseAuthedController $data = emptyReplace(json_decode($row['data'], true), array()); $pass_price = \mt\Parameter::getVal('battlepass_price', ''); $lv_price = \mt\Parameter::getVal('battlepass_buy_lv_price', ''); - $pass_state = $this->_getV(TN_DAILY_BUY_PASS_STATE, 0); - $lv_state = $this->_getV(TN_DAILY_BUY_LEVEL_STATE, 0); + $pass_state = $this->_getDailyV(TN_DAILY_BUY_PASS_STATE, 0); + $lv_state = $this->_getDailyV(TN_DAILY_BUY_LEVEL_STATE, 0); $this->_rspData(array( 'time_info' => array( 'name' => $this->currSeasonMeta['battlepass_name'],