This commit is contained in:
aozhiwei 2022-11-09 21:11:21 +08:00
parent 73068a1833
commit 4e0980b032

View File

@ -378,7 +378,7 @@ class BlockChainController extends BaseAuthedController {
myself()->_rspErr(101, 'token_ids paramater error');
return;
}
$tokenType = Nft::GUN_TYPE;
$tokenType = Nft::EQUIP_TYPE;
} else {
myself()->_rspErr(101, 'token_ids paramater error');
return;