From 76a1da0a2991bf9eb22f2c57eb054f89ccc28116 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 28 Jul 2023 15:25:41 +0800 Subject: [PATCH] 1 --- doc/Shop.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Shop.py b/doc/Shop.py index 6c16c214..e6863bc4 100644 --- a/doc/Shop.py +++ b/doc/Shop.py @@ -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'],