1
This commit is contained in:
parent
a45be6e03f
commit
94fadd4655
@ -37,4 +37,56 @@ class AAActivity(object):
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/v1/mission/list',
|
||||
'desc': '任务列表',
|
||||
'group': '!AAActivity',
|
||||
'url': 'https://activity-test.kingsome.cn/api/v1/mission/list',
|
||||
'headers': _common.JwtHeader,
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/v1/chip/list',
|
||||
'desc': '芯片列表',
|
||||
'group': '!AAActivity',
|
||||
'url': 'https://activity-test.kingsome.cn/api/v1/chip/list',
|
||||
'headers': _common.JwtHeader,
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/v1/item/list',
|
||||
'desc': '道具列表',
|
||||
'group': '!AAActivity',
|
||||
'url': 'https://activity-test.kingsome.cn/api/v1/item/list',
|
||||
'headers': _common.JwtHeader,
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/v1/shop/goods',
|
||||
'desc': '商店-商品列表',
|
||||
'group': '!AAActivity',
|
||||
'url': 'https://activity-test.kingsome.cn/api/v1/shop/goods',
|
||||
'headers': _common.JwtHeader,
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
]
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user