1
This commit is contained in:
parent
d5a87bf84a
commit
5fa0148bda
@ -205,8 +205,24 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->internalBcCall(
|
||||||
|
array(
|
||||||
|
'c' => 'BcService',
|
||||||
|
'a' => 'evolveChip',
|
||||||
|
'account_id' => myself()->_getAccountId(),
|
||||||
|
'session_id' => myself()->_getSessionId(),
|
||||||
|
'account' => myself()->_getOpenId(),
|
||||||
|
'token_id1' => $tokenId1,
|
||||||
|
'token_ids' => $tokenIds
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'action' => Transaction::EVOLVE_721_ACTION_TYPE,
|
||||||
|
'tokenId' => $tokenId1,
|
||||||
|
'itemType' => 0,
|
||||||
|
'itemUniId' => 0,
|
||||||
|
'itemId' => 0
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mintShardBatchUser()
|
public function mintShardBatchUser()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user