This commit is contained in:
aozhiwei 2022-11-07 14:46:06 +08:00
parent db35890c46
commit 258e0113cf

View File

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