From 26ad10f6d4088e19250e51d7d0b8eab4cef4ddb3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 14:32:03 +0800 Subject: [PATCH] 1 --- doc/BlockChain.py | 16 ---------------- webapp/controller/BlockChainController.class.php | 5 ----- 2 files changed, 21 deletions(-) diff --git a/doc/BlockChain.py b/doc/BlockChain.py index 7c430ec0..cff5394e 100644 --- a/doc/BlockChain.py +++ b/doc/BlockChain.py @@ -107,22 +107,6 @@ class BlockChain(object): ['!params', [''], '合约参数列表'], ] }, - { - 'name': 'pluginChipOne', - 'desc': '装上一个芯片', - 'group': 'BlockChain', - 'url': 'webapp/index.php?c=BlockChain&a=pluginChipOne', - 'params': [ - ['type', 0, '1:英雄 2:枪械'], - ['token_id', '', 'token_id'], - ['chip_ids', '', '需要装上的chip token_ids多个用|分割'], - ], - 'response': [ - _common.RspHead(), - ['trans_id', '', '事务id'], - ['!params', [''], '合约参数列表'], - ] - }, { 'name': 'pluginChipBatch', 'desc': '批量装上芯片', diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index f9d39014..c9ab2078 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -401,11 +401,6 @@ class BlockChainController extends BaseAuthedController { } } - public function pluginChipOne() - { - - } - public function pluginChipBatch() { $type = getReqVal('type', '');