This commit is contained in:
songliang 2023-06-08 10:31:16 +08:00
parent 4d316d1d96
commit 66fc85b61f

View File

@ -116,7 +116,7 @@ class Shop(object):
'name': 'startGoodsDirect',
'desc': '发起一个 直接购买(充值,gold)',
'group': 'Shop',
'url': 'webapp/index.php?c=Shop&a=buyGoodsDirect',
'url': 'webapp/index.php?c=Shop&a=startGoodsDirect',
'params': [
_common.ReqHead(),
['id', 0, '商品唯一id参见shopGoods表'],
@ -132,7 +132,7 @@ class Shop(object):
'name': 'statusGoodsDirect',
'desc': '查询 直接购买(充值,gold) 状态',
'group': 'Shop',
'url': 'webapp/index.php?c=Shop&a=buyGoodsDirect',
'url': 'webapp/index.php?c=Shop&a=statusGoodsDirect',
'params': [
_common.ReqHead(),
['order_id', '', '订单id'],