From 84b32c21a3c5940cf5813d1e878d0d1c1e11309e Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 13 Dec 2025 16:51:01 +0800 Subject: [PATCH] update pay ui --- app.py | 10 ++++++++++ gvQnxIQ5Rs.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 gvQnxIQ5Rs.txt diff --git a/app.py b/app.py index 111377d1..7f8ac1ae 100755 --- a/app.py +++ b/app.py @@ -1877,6 +1877,16 @@ def _has_required_level(required: str) -> bool: return _subscription_level(info.get('type')) >= _subscription_level(required) +# ============================================ +# 微信开放平台域名校验 +# ============================================ + +@app.route('/gvQnxIQ5Rs.txt', methods=['GET']) +def wechat_domain_verify(): + """微信开放平台域名校验文件""" + return 'd526e9e857dbd2621e5100811972e8c5', 200, {'Content-Type': 'text/plain'} + + # ============================================ # 订阅相关API接口 # ============================================ diff --git a/gvQnxIQ5Rs.txt b/gvQnxIQ5Rs.txt new file mode 100644 index 00000000..15237fee --- /dev/null +++ b/gvQnxIQ5Rs.txt @@ -0,0 +1 @@ +d526e9e857dbd2621e5100811972e8c5 \ No newline at end of file