From 66fc85b61f21a4a4a1730b184ea5bbfcdf567629 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 8 Jun 2023 10:31:16 +0800 Subject: [PATCH] ... --- doc/Shop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Shop.py b/doc/Shop.py index 5ffbe191..a957e753 100644 --- a/doc/Shop.py +++ b/doc/Shop.py @@ -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'],