From a81757dbebe7b7f1fdffa835df076f0144ec46ca Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Oct 2024 17:13:11 +0800 Subject: [PATCH] 1 --- webapp/controller/BagController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/BagController.class.php b/webapp/controller/BagController.class.php index a6be83d4..2a856d38 100644 --- a/webapp/controller/BagController.class.php +++ b/webapp/controller/BagController.class.php @@ -892,6 +892,8 @@ class BagController extends BaseAuthedController { $this->_rspErr(201, "alreay use"); return ; } + LuckySymbol::add(); + myself()->_rspOk(); } }