diff --git a/doc/AAWheel.py b/doc/AAWheel.py index 2c481c04..a8069e34 100644 --- a/doc/AAWheel.py +++ b/doc/AAWheel.py @@ -51,32 +51,6 @@ class AAWheel(object): ['!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', 'name': '/api/v1/mission/list',