This commit is contained in:
aozhiwei 2024-11-11 16:15:46 +08:00
parent d832278f7f
commit 8cc91174fb
2 changed files with 2 additions and 15 deletions

View File

@ -80,20 +80,6 @@ class AAWheel(object):
['!data', [_common.WheelChip()], '芯片列表'],
]
},
{
'method': 'GET',
'name': '/api/v1/item/list',
'desc': '道具列表',
'group': '!AAWheel',
'url': 'https://wheel-test.kingsome.cn/api/v1/item/list',
'headers': _common.JwtHeader,
'params': [
],
'response': [
_common.RspHead(),
['!data', [_common.WheelItem()], '道具列表'],
]
},
{
'method': 'GET',
'name': '/api/v1/shop/goods',
@ -107,5 +93,5 @@ class AAWheel(object):
_common.RspHead(),
['!data', [_common.WheelGoods()], '商品列表'],
]
},
}
]

View File

@ -2020,4 +2020,5 @@ class WheelGoods(object):
def __init__(self):
self.fields = [
['item_id', 0, '道具id'],
]