update pay ui
This commit is contained in:
10
app.py
10
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接口
|
||||
# ============================================
|
||||
|
||||
1
gvQnxIQ5Rs.txt
Normal file
1
gvQnxIQ5Rs.txt
Normal file
@@ -0,0 +1 @@
|
||||
d526e9e857dbd2621e5100811972e8c5
|
||||
Reference in New Issue
Block a user