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