Merge branch 'james_bc' of git.kingsome.cn:server/game2006api into james_bc
This commit is contained in:
commit
83301e50db
@ -115,6 +115,7 @@ class BlockChain(object):
|
||||
'params': [
|
||||
['type', 0, '1:英雄 2:枪械'],
|
||||
['token_id', '', 'token_id'],
|
||||
['chip_ids', '', '需要卸下的chip token_ids多个用|分割'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
@ -425,7 +425,7 @@ class BlockChainController extends BaseAuthedController {
|
||||
$this->internalBcCall(
|
||||
array(
|
||||
'c' => 'BcService',
|
||||
'a' => 'pluginChipBatch',
|
||||
'a' => 'pluginChip',
|
||||
'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' => 'pluginChipBatch',
|
||||
'a' => 'pluginChip',
|
||||
'account_id' => myself()->_getAccountId(),
|
||||
'session_id' => myself()->_getSessionId(),
|
||||
'account' => myself()->_getOpenId(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user