...
This commit is contained in:
parent
4d316d1d96
commit
66fc85b61f
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user