1
This commit is contained in:
parent
646744ef62
commit
d2f69355df
@ -131,24 +131,6 @@ 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',
|
||||||
|
@ -1966,6 +1966,7 @@ class WheelUser(object):
|
|||||||
['dice', 0, '骰子数'],
|
['dice', 0, '骰子数'],
|
||||||
['spec_dice', 0, '特殊骰子数(道具)'],
|
['spec_dice', 0, '特殊骰子数(道具)'],
|
||||||
['curr_grid', 0, '当前格子(从1)'],
|
['curr_grid', 0, '当前格子(从1)'],
|
||||||
|
['last_present_dice_time', 0, '最后赠送色子时间'],
|
||||||
]
|
]
|
||||||
|
|
||||||
class WheelAwardItem(object):
|
class WheelAwardItem(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user