1
This commit is contained in:
parent
497ee173bc
commit
8f43c6ea16
@ -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']
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user