1
This commit is contained in:
parent
f7e9580de0
commit
82a1d63c8d
22
doc/ComputingPower.py
Normal file
22
doc/ComputingPower.py
Normal file
@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import _common
|
||||
|
||||
class ComputingPower(object):
|
||||
|
||||
def __init__(self):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'info',
|
||||
'desc': 'huoq ',
|
||||
'group': 'ComputingPower',
|
||||
'url': 'webapp/index.php?c=ComputingPower&a=info',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!item_list', [_common.Item()], '物品列表']
|
||||
]
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user