This commit is contained in:
yangduo 2024-12-06 18:02:49 +08:00
parent 646744ef62
commit d2f69355df
2 changed files with 1 additions and 18 deletions

View File

@ -131,24 +131,6 @@ 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',

View File

@ -1966,6 +1966,7 @@ class WheelUser(object):
['dice', 0, '骰子数'],
['spec_dice', 0, '特殊骰子数(道具)'],
['curr_grid', 0, '当前格子(从1)'],
['last_present_dice_time', 0, '最后赠送色子时间'],
]
class WheelAwardItem(object):