1
This commit is contained in:
parent
24e610fb85
commit
eebc0f5a6e
@ -554,7 +554,7 @@ class BlockChainController extends BaseAuthedController {
|
||||
'tokenId' => $tokenId,
|
||||
'tokenType' => Nft::HERO_TYPE,
|
||||
'itemUniId' => $heroDb['hero_uniid'],
|
||||
'itemId' => $heroDb['item_id']
|
||||
'itemId' => $heroDb['hero_id']
|
||||
)
|
||||
);
|
||||
|
||||
@ -687,7 +687,7 @@ class BlockChainController extends BaseAuthedController {
|
||||
'tokenId' => $tokenId,
|
||||
'tokenType' => Nft::HERO_TYPE,
|
||||
'itemUniId' => $heroDb['hero_uniid'],
|
||||
'itemId' => $heroDb['item_id']
|
||||
'itemId' => $heroDb['hero_id']
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user