1
This commit is contained in:
parent
6f801c05f2
commit
3e06d5286f
23
doc/Box.py
Normal file
23
doc/Box.py
Normal file
@ -0,0 +1,23 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import _common
|
||||
|
||||
class Box(object):
|
||||
|
||||
def __init__(self):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'box',
|
||||
'desc': '请求宝箱掉落信息',
|
||||
'group': 'Box',
|
||||
'url': 'webapp/index.php?c=Box&a=requestReward',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['payload', '', '透传数据']
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!item_list', [_common.AwardItem()], '物品列表']
|
||||
]
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user