1
This commit is contained in:
parent
8edf14e240
commit
ca60a72a0f
10
doc/Shop.py
10
doc/Shop.py
@ -13,7 +13,7 @@ class Shop(object):
|
|||||||
'url': 'webapp/index.php?c=Shop&a=getGoodsList',
|
'url': 'webapp/index.php?c=Shop&a=getGoodsList',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['shop_id', 0, '商店id 0: 所有商店(较慢)'],
|
['shop_id', 0, '商店id'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
@ -27,7 +27,7 @@ class Shop(object):
|
|||||||
'url': 'webapp/index.php?c=Shop&a=buyGoods',
|
'url': 'webapp/index.php?c=Shop&a=buyGoods',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['id', 0, '商品唯一id,参见shopGoods表'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
['token_type', '', "选用币种"],
|
['token_type', '', "选用币种"],
|
||||||
['goods_num', 0, '商品数量'],
|
['goods_num', 0, '商品数量'],
|
||||||
],
|
],
|
||||||
@ -61,7 +61,7 @@ class Shop(object):
|
|||||||
'params': [
|
'params': [
|
||||||
['account_id', '', '账号id'],
|
['account_id', '', '账号id'],
|
||||||
['order_id', '', '订单id'],
|
['order_id', '', '订单id'],
|
||||||
['id', 0, '商品唯一id,参见shopGoods表'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
['token_type', '', "选用币种"],
|
['token_type', '', "选用币种"],
|
||||||
['goods_num', 0, '商品数量'],
|
['goods_num', 0, '商品数量'],
|
||||||
],
|
],
|
||||||
@ -76,7 +76,7 @@ class Shop(object):
|
|||||||
'url': 'webapp/index.php?c=Shop&a=startGoodsDirect',
|
'url': 'webapp/index.php?c=Shop&a=startGoodsDirect',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['id', 0, '商品唯一id,参见shopGoods表'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
['token_type', '', "选用币种"],
|
['token_type', '', "选用币种"],
|
||||||
['goods_num', 0, '商品数量'],
|
['goods_num', 0, '商品数量'],
|
||||||
],
|
],
|
||||||
@ -106,7 +106,7 @@ class Shop(object):
|
|||||||
'url': 'webapp/index.php?c=Shop&a=startInappPurchase',
|
'url': 'webapp/index.php?c=Shop&a=startInappPurchase',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['id', 0, '商品唯一id,参见shopGoods表'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
['goods_num', 0, '商品数量'],
|
['goods_num', 0, '商品数量'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user