From 522ea447ab5612eb9b83d6406ef71f5c0f55cbfe Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 25 Jul 2024 11:18:24 +0800 Subject: [PATCH] 1 --- webapp/controller/BagController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BagController.class.php b/webapp/controller/BagController.class.php index 632a17d8..a5b4e2f3 100644 --- a/webapp/controller/BagController.class.php +++ b/webapp/controller/BagController.class.php @@ -73,7 +73,7 @@ class BagController extends BaseAuthedController { $this->_rspOk(); } - public function useItem() + public function useItemS() { $itemId = getReqVal('item_id', 0); $itemNum = getReqVal('item_num', 0);