diff --git a/doc/AAWheel.py b/doc/AAWheel.py index 940c7553..29db3c18 100644 --- a/doc/AAWheel.py +++ b/doc/AAWheel.py @@ -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()], '商品列表'], ] - }, + } ] diff --git a/doc/_common.py b/doc/_common.py index b4ea7327..bc728e9e 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -2020,4 +2020,5 @@ class WheelGoods(object): def __init__(self): self.fields = [ + ['item_id', 0, '道具id'], ]