This commit is contained in:
aozhiwei 2022-11-04 13:12:56 +08:00
parent d5a87bf84a
commit 5fa0148bda

View File

@ -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()