This commit is contained in:
aozhiwei 2023-07-28 15:25:41 +08:00
parent ba99ae3e89
commit 76a1da0a29

View File

@ -40,10 +40,10 @@ class Shop(object):
]
},
{
'name': 'startOutappPurchase',
'name': 'outappPurchase',
'desc': '发起一个第三方支付(购买钻石)',
'group': 'Shop',
'url': 'webapp/index.php?c=Shop&a=startOutappPurchase',
'url': 'webapp/index.php?c=Shop&a=outappPurchase',
'params': [
_common.ReqHead(),
['goods_uuid', '', '商品唯一id'],
@ -71,10 +71,10 @@ class Shop(object):
]
},
{
'name': 'startInappPurchase',
'name': 'inappPurchase',
'desc': '发起一个内购(购买钻石)',
'group': 'Shop',
'url': 'webapp/index.php?c=Shop&a=startInappPurchase',
'url': 'webapp/index.php?c=Shop&a=inappPurchase',
'params': [
_common.ReqHead(),
['goods_uuid', '', '商品唯一id'],