1
This commit is contained in:
parent
9c959d0095
commit
e42a06a8a0
@ -432,6 +432,26 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
myself()->_rspErr(101, 'token_id paramater error');
|
myself()->_rspErr(101, 'token_id paramater error');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->internalBcCall(
|
||||||
|
array(
|
||||||
|
'c' => 'BcService',
|
||||||
|
'a' => 'unplugChip',
|
||||||
|
'account_id' => myself()->_getAccountId(),
|
||||||
|
'session_id' => myself()->_getSessionId(),
|
||||||
|
'account' => myself()->_getOpenId(),
|
||||||
|
'token_id' => $tokenId,
|
||||||
|
'chip_ids' => implode('|', $chipIds)
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'action' => Transaction::EVOLVE_CHIP_ACTION_TYPE,
|
||||||
|
'tokenId' => $tokenId1,
|
||||||
|
'tokenType' => 0,
|
||||||
|
'itemUniId' => $nftDb['chip_uniid'],
|
||||||
|
'itemId' => $nftDb['item_id']
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user