From 258e0113cfaf77d8e1bf8efebd5226412f1a4837 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 14:46:06 +0800 Subject: [PATCH 1/2] 1 --- webapp/controller/BlockChainController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index 5f579a85..80bdd6d4 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -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(), From 5766b723cca210d57838387978bda282f59fc587 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 14:53:20 +0800 Subject: [PATCH 2/2] 1 --- doc/BlockChain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/BlockChain.py b/doc/BlockChain.py index cff5394e..08833fbf 100644 --- a/doc/BlockChain.py +++ b/doc/BlockChain.py @@ -115,6 +115,7 @@ class BlockChain(object): 'params': [ ['type', 0, '1:英雄 2:枪械'], ['token_id', '', 'token_id'], + ['chip_ids', '', '需要卸下的chip token_ids多个用|分割'], ], 'response': [ _common.RspHead(),