1
This commit is contained in:
parent
f77494343a
commit
549f138dd9
24
doc/Annc.py
Normal file
24
doc/Annc.py
Normal file
@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import _common
|
||||
|
||||
class Annc(object):
|
||||
|
||||
def __init__(self):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'getAnnc',
|
||||
'desc': '获取背包物品列表',
|
||||
'group': 'Bag',
|
||||
'url': 'webapp/index.php?c=Annc&a=getAnnc',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['id', '', 'id'],
|
||||
['tile', '', '标题'],
|
||||
['content', '', '正文'],
|
||||
]
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user