From 53fb1d0ca717bc8d0e5e28a6ae10fa56a328d0a0 Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 25 Jul 2023 20:10:26 +0800 Subject: [PATCH] ... --- 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 ad84e0df..f4ef0b19 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1206,7 +1206,7 @@ class ShopController extends BaseAuthedController return; } - $token_type = getReqVal('token_type', ''); + $token_type = getReqVal('token_type', '4'); switch ($token_type) { case ShopController::TOKEN_TYPE_GOLD: case ShopController::TOKEN_TYPE_DIAMOND: