game2006api/doc/ComputingPower.py
aozhiwei 82a1d63c8d 1
2023-08-15 16:05:23 +08:00

23 lines
574 B
Python

# -*- 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()], '物品列表']
]
},
]