This commit is contained in:
aozhiwei 2022-11-04 14:00:35 +08:00
parent 497ee173bc
commit 8f43c6ea16

View File

@ -150,10 +150,10 @@ class BlockChainController extends BaseAuthedController {
),
array(
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
'tokenId' => '',
'tokenId' => $nft1['token_id'],
'itemType' => $type,
'itemUniId' => 0,
'itemId' => 0
'itemUniId' => $nft1['hero_uniid'],
'itemId' => $nft1['hero_id']
)
);
}
@ -179,10 +179,10 @@ class BlockChainController extends BaseAuthedController {
),
array(
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
'tokenId' => '',
'tokenId' => $nft1['token_id'],
'itemType' => $type,
'itemUniId' => 0,
'itemId' => 0
'itemUniId' => $nft1['gun_uniid'],
'itemId' => $nft1['gun_id']
)
);
}