1
This commit is contained in:
parent
d832278f7f
commit
8cc91174fb
@ -80,20 +80,6 @@ class AAWheel(object):
|
|||||||
['!data', [_common.WheelChip()], '芯片列表'],
|
['!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',
|
'method': 'GET',
|
||||||
'name': '/api/v1/shop/goods',
|
'name': '/api/v1/shop/goods',
|
||||||
@ -107,5 +93,5 @@ class AAWheel(object):
|
|||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['!data', [_common.WheelGoods()], '商品列表'],
|
['!data', [_common.WheelGoods()], '商品列表'],
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
@ -2020,4 +2020,5 @@ class WheelGoods(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
|
['item_id', 0, '道具id'],
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user