This commit is contained in:
aozhiwei 2022-11-07 14:38:34 +08:00
parent 828ae97924
commit db35890c46

View File

@ -425,7 +425,7 @@ class BlockChainController extends BaseAuthedController {
$this->internalBcCall(
array(
'c' => 'BcService',
'a' => 'unplugChip',
'a' => 'pluginChipBatch',
'account_id' => myself()->_getAccountId(),
'session_id' => myself()->_getSessionId(),
'account' => myself()->_getOpenId(),
@ -462,7 +462,7 @@ class BlockChainController extends BaseAuthedController {
$this->internalBcCall(
array(
'c' => 'BcService',
'a' => 'unplugChip',
'a' => 'pluginChipBatch',
'account_id' => myself()->_getAccountId(),
'session_id' => myself()->_getSessionId(),
'account' => myself()->_getOpenId(),