From 6323f114ec43283a92a6e1746100e369e36f9a94 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Thu, 22 Feb 2024 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8A=A0=E8=BD=BD=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/api/api.py | 8 ++++++-- wxdump_tmp/conf.json | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 wxdump_tmp/conf.json diff --git a/pywxdump/api/api.py b/pywxdump/api/api.py index 995163c..9e2e50b 100644 --- a/pywxdump/api/api.py +++ b/pywxdump/api/api.py @@ -573,7 +573,7 @@ def merge(): # END 这部分为专业工具的api -# 检查更新 +# 关于、帮助、设置 @api.route('/api/check_update', methods=["GET", 'POST']) @error9999 def check_update(): @@ -596,7 +596,11 @@ def check_update(): return ReJson(2001, body="status_code is not 200") except Exception as e: return ReJson(9999, msg=str(e)) -# END 检查更新 + + + + +# END 关于、帮助、设置 @api.route('/') diff --git a/wxdump_tmp/conf.json b/wxdump_tmp/conf.json new file mode 100644 index 0000000..b9bcf43 --- /dev/null +++ b/wxdump_tmp/conf.json @@ -0,0 +1,3 @@ +{ + "test": "" +} \ No newline at end of file