This commit is contained in:
aozhiwei 2024-11-11 14:28:25 +08:00
parent 4ecaf526ff
commit dc9f31d88c

View File

@ -51,32 +51,6 @@ class AAWheel(object):
['!data', [_common.WheelFriend()], '好友列表'], ['!data', [_common.WheelFriend()], '好友列表'],
] ]
}, },
{
'method': 'GET',
'name': '/api/v1/friend/invite',
'desc': '好友邀请',
'group': '!AAWheel',
'url': 'https://wheel-test.kingsome.cn/api/v1/friend/invite',
'headers': _common.JwtHeader,
'params': [
],
'response': [
_common.RspHead(),
]
},
{
'method': 'GET',
'name': '/api/v1/friend/agree',
'desc': '好友邀请',
'group': '!AAWheel',
'url': 'https://wheel-test.kingsome.cn/api/v1/friend/agree',
'headers': _common.JwtHeader,
'params': [
],
'response': [
_common.RspHead(),
]
},
{ {
'method': 'GET', 'method': 'GET',
'name': '/api/v1/mission/list', 'name': '/api/v1/mission/list',