From 9fdcb801b8af1739e2095270d7ef005fa100e475 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 11:38:25 +0800 Subject: [PATCH] 1 --- doc/Annc.py | 4 ++-- webapp/controller/AnncController.class.php | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 webapp/controller/AnncController.class.php diff --git a/doc/Annc.py b/doc/Annc.py index 3883501d..56f5a84b 100644 --- a/doc/Annc.py +++ b/doc/Annc.py @@ -8,8 +8,8 @@ class Annc(object): self.apis = [ { 'name': 'getAnnc', - 'desc': '获取背包物品列表', - 'group': 'Bag', + 'desc': '获取公告', + 'group': 'Annc', 'url': 'webapp/index.php?c=Annc&a=getAnnc', 'params': [ _common.ReqHead(), diff --git a/webapp/controller/AnncController.class.php b/webapp/controller/AnncController.class.php new file mode 100644 index 00000000..34cbaf77 --- /dev/null +++ b/webapp/controller/AnncController.class.php @@ -0,0 +1,10 @@ +