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接口 # ============================================