1
This commit is contained in:
parent
6bd03e8b6f
commit
98eeeb8ce8
@ -261,11 +261,7 @@ class MarketController extends BaseController {
|
||||
return;
|
||||
}
|
||||
$itemMeta = mt\Item::get($itemId);
|
||||
if (!$itemMeta ||
|
||||
empty($itemMeta['nft_image_id']) ||
|
||||
$itemMeta['nft_image_id'] <= 0 ||
|
||||
$itemMeta['nft_image_id'] > 999
|
||||
) {
|
||||
if (!$itemMeta) {
|
||||
myself()->_rspErr(500, 'server internal error');
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user