1
This commit is contained in:
parent
fe3371f582
commit
5f02435b83
@ -197,10 +197,12 @@ class AAWheel(object):
|
||||
},
|
||||
{
|
||||
'method': 'POST',
|
||||
'desc': '/api/v1/shop/purchase',
|
||||
'group': '!!Wheel',
|
||||
'desc': '商店-购买',
|
||||
'name': '/api/v1/shop/purchase',
|
||||
'group': '!!AAWheel',
|
||||
'url': 'https://wheel-test.kingsome.cn/api/v1/shop/purchase',
|
||||
'headers': _common.JwtHeader,
|
||||
'is_json_params': True,
|
||||
'params': [
|
||||
['goods_id', '', '商品唯一id'],
|
||||
['goods_num', 0, '商品数量'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user