user/claim

This commit is contained in:
yangduo 2024-12-06 10:52:33 +08:00
parent 86098dab7f
commit 646744ef62

View File

@ -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',