This commit is contained in:
aozhiwei 2022-11-07 14:32:03 +08:00
parent 7288164254
commit 26ad10f6d4
2 changed files with 0 additions and 21 deletions

View File

@ -107,22 +107,6 @@ class BlockChain(object):
['!params', [''], '合约参数列表'], ['!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', 'name': 'pluginChipBatch',
'desc': '批量装上芯片', 'desc': '批量装上芯片',

View File

@ -401,11 +401,6 @@ class BlockChainController extends BaseAuthedController {
} }
} }
public function pluginChipOne()
{
}
public function pluginChipBatch() public function pluginChipBatch()
{ {
$type = getReqVal('type', ''); $type = getReqVal('type', '');