From 21c4162538944ac5535cf0e4f7c0d96b8cc9ee17 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 15 Jun 2023 14:42:40 +0800 Subject: [PATCH] ... --- doc/Shop.py | 2 +- webapp/mt/PayMethod.php | 37 +++++++++++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/doc/Shop.py b/doc/Shop.py index 6f6a6789..9f863291 100644 --- a/doc/Shop.py +++ b/doc/Shop.py @@ -153,7 +153,7 @@ class Shop(object): ], 'response': [ _common.RspHead(), - ['pay_methods', [_common.PayMethod()], '支付方式列表'], + ['!pay_methods', [_common.PayMethod()], '支付方式列表'], ] }, ] diff --git a/webapp/mt/PayMethod.php b/webapp/mt/PayMethod.php index f358732c..7a2180c5 100644 --- a/webapp/mt/PayMethod.php +++ b/webapp/mt/PayMethod.php @@ -1,22 +1,43 @@