1
This commit is contained in:
parent
886017a96c
commit
117da727f6
@ -108,10 +108,10 @@ class BlockChain(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'pluginChip',
|
'name': 'pluginChipOne',
|
||||||
'desc': '装上芯片',
|
'desc': '装上一个芯片',
|
||||||
'group': 'BlockChain',
|
'group': 'BlockChain',
|
||||||
'url': 'webapp/index.php?c=BlockChain&a=pluginChip',
|
'url': 'webapp/index.php?c=BlockChain&a=pluginChipOne',
|
||||||
'params': [
|
'params': [
|
||||||
['type', 0, '1:英雄 2:枪械'],
|
['type', 0, '1:英雄 2:枪械'],
|
||||||
['token_id', '', 'token_id'],
|
['token_id', '', 'token_id'],
|
||||||
@ -123,6 +123,21 @@ class BlockChain(object):
|
|||||||
['!params', [''], '合约参数列表'],
|
['!params', [''], '合约参数列表'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': 'pluginChipBatch',
|
||||||
|
'desc': '批量装上芯片',
|
||||||
|
'group': 'BlockChain',
|
||||||
|
'url': 'webapp/index.php?c=BlockChain&a=pluginChipBatch',
|
||||||
|
'params': [
|
||||||
|
['type', 0, '1:英雄 2:枪械'],
|
||||||
|
['token_id', '', 'token_id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['trans_id', '', '事务id'],
|
||||||
|
['!params', [''], '合约参数列表'],
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name': 'unplugChip',
|
'name': 'unplugChip',
|
||||||
'desc': '卸下芯片',
|
'desc': '卸下芯片',
|
||||||
|
@ -401,7 +401,12 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function pluginChip()
|
public function pluginChipOne()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function pluginChipBatch()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user