Merge branch 'james_bc' of git.kingsome.cn:server/game2006api into james_bc

This commit is contained in:
hujiabin 2022-11-07 15:56:24 +08:00
commit 83301e50db
2 changed files with 3 additions and 2 deletions

View File

@ -115,6 +115,7 @@ class BlockChain(object):
'params': [ 'params': [
['type', 0, '1英雄 2枪械'], ['type', 0, '1英雄 2枪械'],
['token_id', '', 'token_id'], ['token_id', '', 'token_id'],
['chip_ids', '', '需要卸下的chip token_ids多个用|分割'],
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),

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