This commit is contained in:
azw 2023-07-29 19:56:52 +08:00
parent e6a6b90fa5
commit 12ea460246

View File

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