user/claim
This commit is contained in:
parent
86098dab7f
commit
646744ef62
@ -131,6 +131,24 @@ class AAWheel(object):
|
|||||||
['info', _common.WheelUser(), '用户信息'],
|
['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',
|
'method': 'GET',
|
||||||
'name': '/api/v1/buff/list',
|
'name': '/api/v1/buff/list',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user