update pay ui
This commit is contained in:
@@ -136,7 +136,7 @@ server {
|
||||
|
||||
# 上交所行情(本地服务)
|
||||
location /ws/sse {
|
||||
proxy_pass http://127.0.0.1:8765;
|
||||
proxy_pass http://101.43.133.214:8765;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
@@ -658,6 +658,21 @@ server {
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
|
||||
# ============================================
|
||||
# 微信域名验证
|
||||
# ============================================
|
||||
# 微信公众号网页授权域名验证
|
||||
location = /MP_verify_17Fo4JhapMw6vtNa.txt {
|
||||
return 200 '17Fo4JhapMw6vtNa';
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
|
||||
# 微信开放平台域名校验
|
||||
location = /gvQnxIQ5Rs.txt {
|
||||
return 200 'd526e9e857dbd2621e5100811972e8c5';
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
|
||||
# ============================================
|
||||
# 默认返回 404
|
||||
# ============================================
|
||||
|
||||
Reference in New Issue
Block a user