This commit is contained in:
aozhiwei 2024-11-27 10:36:51 +08:00
parent d75b043ad7
commit 5a0271e16c

View File

@ -195,4 +195,20 @@ class AAWheel(object):
['text', '', '回显文字'] ['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'],
]
},
] ]