1
This commit is contained in:
parent
497ee173bc
commit
8f43c6ea16
@ -150,10 +150,10 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
|
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
|
||||||
'tokenId' => '',
|
'tokenId' => $nft1['token_id'],
|
||||||
'itemType' => $type,
|
'itemType' => $type,
|
||||||
'itemUniId' => 0,
|
'itemUniId' => $nft1['hero_uniid'],
|
||||||
'itemId' => 0
|
'itemId' => $nft1['hero_id']
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -179,10 +179,10 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
|
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
|
||||||
'tokenId' => '',
|
'tokenId' => $nft1['token_id'],
|
||||||
'itemType' => $type,
|
'itemType' => $type,
|
||||||
'itemUniId' => 0,
|
'itemUniId' => $nft1['gun_uniid'],
|
||||||
'itemId' => 0
|
'itemId' => $nft1['gun_id']
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user