1
This commit is contained in:
parent
d75b043ad7
commit
5a0271e16c
@ -195,4 +195,20 @@ class AAWheel(object):
|
||||
['text', '', '回显文字']
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'POST',
|
||||
'desc': '/api/v1/shop/purchase',
|
||||
'group': '!!Wheel',
|
||||
'url': 'https://wheel-test.kingsome.cn/api/v1/shop/purchase',
|
||||
'headers': _common.JwtHeader,
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['goods_id', '', '商品唯一id'],
|
||||
['goods_num', 0, '商品数量'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['order_id', '', '订单id'],
|
||||
]
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user