This commit is contained in:
aozhiwei 2022-11-07 12:59:31 +08:00
parent e42a06a8a0
commit 5990bbabec

View File

@ -445,10 +445,10 @@ class BlockChainController extends BaseAuthedController {
),
array(
'action' => Transaction::EVOLVE_CHIP_ACTION_TYPE,
'tokenId' => $tokenId1,
'tokenId' => $tokenId,
'tokenType' => 0,
'itemUniId' => $nftDb['chip_uniid'],
'itemId' => $nftDb['item_id']
'itemUniId' => $heroDb['chip_uniid'],
'itemId' => $heroDb['item_id']
)
);