1
This commit is contained in:
parent
ba99ae3e89
commit
76a1da0a29
@ -40,10 +40,10 @@ class Shop(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'startOutappPurchase',
|
'name': 'outappPurchase',
|
||||||
'desc': '发起一个第三方支付(购买钻石)',
|
'desc': '发起一个第三方支付(购买钻石)',
|
||||||
'group': 'Shop',
|
'group': 'Shop',
|
||||||
'url': 'webapp/index.php?c=Shop&a=startOutappPurchase',
|
'url': 'webapp/index.php?c=Shop&a=outappPurchase',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['goods_uuid', '', '商品唯一id'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
@ -71,10 +71,10 @@ class Shop(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'startInappPurchase',
|
'name': 'inappPurchase',
|
||||||
'desc': '发起一个内购(购买钻石)',
|
'desc': '发起一个内购(购买钻石)',
|
||||||
'group': 'Shop',
|
'group': 'Shop',
|
||||||
'url': 'webapp/index.php?c=Shop&a=startInappPurchase',
|
'url': 'webapp/index.php?c=Shop&a=inappPurchase',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['goods_uuid', '', '商品唯一id'],
|
['goods_uuid', '', '商品唯一id'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user