From 6683e7fce7148742efcf935937629c0f535c4141 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Mon, 15 Dec 2025 12:00:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=85=AC=E4=BC=97=E5=8F=B7=E7=BD=91=E9=A1=B5=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E9=AA=8C=E8=AF=81=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 /MP_verify_17Fo4JhapMw6vtNa.txt 路由 - 用于公众号后台网页授权域名验证 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.py b/app.py index 74b4c09d..ba1e381f 100755 --- a/app.py +++ b/app.py @@ -1888,6 +1888,12 @@ def wechat_domain_verify(): return 'd526e9e857dbd2621e5100811972e8c5', 200, {'Content-Type': 'text/plain'} +@app.route('/MP_verify_17Fo4JhapMw6vtNa.txt', methods=['GET']) +def wechat_mp_domain_verify(): + """微信公众号网页授权域名校验文件""" + return '17Fo4JhapMw6vtNa', 200, {'Content-Type': 'text/plain'} + + # ============================================ # 订阅相关API接口 # ============================================