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);