This commit is contained in:
songliang 2023-06-21 13:43:46 +08:00
parent 635aa9ef69
commit 2e6b802b99

View File

@ -100,7 +100,7 @@ class Shop(object):
'name': 'buyGoodsNormal',
'desc': '购买商品(正式)',
'group': 'Shop',
'url': 'webapp/index.php?c=Shop&a=buyGoodsNew',
'url': 'webapp/index.php?c=Shop&a=buyGoodsNormal',
'params': [
_common.ReqHead(),
['id', 0, '商品唯一id参见shopGoods表'],