This commit is contained in:
aozhiwei 2022-11-11 14:04:30 +08:00
parent 24e610fb85
commit eebc0f5a6e

View File

@ -554,7 +554,7 @@ class BlockChainController extends BaseAuthedController {
'tokenId' => $tokenId, 'tokenId' => $tokenId,
'tokenType' => Nft::HERO_TYPE, 'tokenType' => Nft::HERO_TYPE,
'itemUniId' => $heroDb['hero_uniid'], 'itemUniId' => $heroDb['hero_uniid'],
'itemId' => $heroDb['item_id'] 'itemId' => $heroDb['hero_id']
) )
); );
@ -687,7 +687,7 @@ class BlockChainController extends BaseAuthedController {
'tokenId' => $tokenId, 'tokenId' => $tokenId,
'tokenType' => Nft::HERO_TYPE, 'tokenType' => Nft::HERO_TYPE,
'itemUniId' => $heroDb['hero_uniid'], 'itemUniId' => $heroDb['hero_uniid'],
'itemId' => $heroDb['item_id'] 'itemId' => $heroDb['hero_id']
) )
); );