1
This commit is contained in:
parent
e6a6b90fa5
commit
12ea460246
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user