This commit is contained in:
songliang 2023-07-25 20:10:26 +08:00
parent a622d38b21
commit 53fb1d0ca7

View File

@ -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: