This commit is contained in:
aozhiwei 2023-07-28 11:41:16 +08:00
parent 8edf14e240
commit ca60a72a0f

View File

@ -13,7 +13,7 @@ class Shop(object):
'url': 'webapp/index.php?c=Shop&a=getGoodsList',
'params': [
_common.ReqHead(),
['shop_id', 0, '商店id 0: 所有商店(较慢)'],
['shop_id', 0, '商店id'],
],
'response': [
_common.RspHead(),
@ -27,7 +27,7 @@ class Shop(object):
'url': 'webapp/index.php?c=Shop&a=buyGoods',
'params': [
_common.ReqHead(),
['id', 0, '商品唯一id参见shopGoods表'],
['goods_uuid', '', '商品唯一id'],
['token_type', '', "选用币种"],
['goods_num', 0, '商品数量'],
],
@ -61,7 +61,7 @@ class Shop(object):
'params': [
['account_id', '', '账号id'],
['order_id', '', '订单id'],
['id', 0, '商品唯一id参见shopGoods表'],
['goods_uuid', '', '商品唯一id'],
['token_type', '', "选用币种"],
['goods_num', 0, '商品数量'],
],
@ -76,7 +76,7 @@ class Shop(object):
'url': 'webapp/index.php?c=Shop&a=startGoodsDirect',
'params': [
_common.ReqHead(),
['id', 0, '商品唯一id参见shopGoods表'],
['goods_uuid', '', '商品唯一id'],
['token_type', '', "选用币种"],
['goods_num', 0, '商品数量'],
],
@ -106,7 +106,7 @@ class Shop(object):
'url': 'webapp/index.php?c=Shop&a=startInappPurchase',
'params': [
_common.ReqHead(),
['id', 0, '商品唯一id参见shopGoods表'],
['goods_uuid', '', '商品唯一id'],
['goods_num', 0, '商品数量'],
],
'response': [