From 2a4afc8e6c95b0b6a16aa5c26711d18e2f3d29b0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Aug 2023 13:01:14 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 6e858833..c5ccdd61 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -470,7 +470,7 @@ class ShopController extends BaseAuthedController { private function getInAppBalance() { $recordDb = InAppRecord::get(); - $upLimit = mt\Parameter::getVal('inapp_up_limit', 0); + $upLimit = mt\Parameter::getVal('inapp_daily_up_limit', 0); $todayAmount = 0; if ($recordDb) { $todayAmount = max($recordDb['amount'], $recordDb['amount_ok']);