格子完成大奖

This commit is contained in:
yangduo 2024-12-09 11:07:07 +08:00
parent 7a6bfaf43f
commit 00e55be078
2 changed files with 18 additions and 1 deletions

View File

@ -40,6 +40,23 @@ class AAWheel(object):
['side_effect', _common.WheelSideEffect(), '附加效应'],
]
},
{
'method': 'GET',
'name': '/api/v1/activity/claim',
'desc': '请求格子完成大奖',
'group': '!AAWheel',
'url': 'https://wheel-test.kingsome.cn/api/v1/activity/claim',
'headers': _common.JwtHeader,
'is_json_params': True,
'params': [
],
'response': [
_common.RspHead(),
['award', _common.WheelAward(), '奖励信息'],
['side_effect', _common.WheelSideEffect(), '附加效应'],
]
},
{
'method': 'GET',
'name': '/api/v1/friend/list',

View File

@ -1990,7 +1990,7 @@ class WheelSideEffect(object):
def __init__(self):
self.fields = [
['user_info', WheelUser(), '用户信息变更(用来更新本地客户端字段(有则更新无则不变))'],
['!effects', [], '变更列表 buff:刷新buff列表 bag:背包'],
['!effects', [], '变更列表 buff:刷新buff列表 bag:背包 fullgrid:奖励格子拿完'],
]
class WheelFriend(object):