From 12ea460246dc87ab311cbf99be81043fa0c45b14 Mon Sep 17 00:00:00 2001 From: azw Date: Sat, 29 Jul 2023 19:56:52 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index a915164b..ea922fd6 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -97,8 +97,6 @@ class ShopController extends BaseAuthedController { return; } - $goodsId = $goodsMeta['goods_id']; - $desired_token_type = $goodsMeta['token_type']; $check_token_type = splitStr1($desired_token_type); $token_pos = array_search($tokenType, $check_token_type, true);