diff --git a/doc/AAWheel.py b/doc/AAWheel.py index 5e7dd4c2..4cdb38a7 100644 --- a/doc/AAWheel.py +++ b/doc/AAWheel.py @@ -131,6 +131,24 @@ class AAWheel(object): ['info', _common.WheelUser(), '用户信息'], ] }, + { + 'method': 'POST', + 'name': '/api/v1/user/claim', + 'desc': '获取定时积分收益', + 'group': '!AAWheel', + 'url': 'https://wheel-test.kingsome.cn/api/v1/user/claim', + 'headers': _common.JwtHeader, + 'is_json_params': True, + 'request_params': [ + ], + 'params': [ + ], + 'response': [ + _common.RspHead(), + ['earning', 0, '收益'], + ['score', 0, '获得收益后积分,0收益保持原score'], + ] + }, { 'method': 'GET', 'name': '/api/v1/buff/list',