1
This commit is contained in:
parent
7288164254
commit
26ad10f6d4
@ -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': '批量装上芯片',
|
||||
|
@ -401,11 +401,6 @@ class BlockChainController extends BaseAuthedController {
|
||||
}
|
||||
}
|
||||
|
||||
public function pluginChipOne()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function pluginChipBatch()
|
||||
{
|
||||
$type = getReqVal('type', '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user