add weixin verify url
This commit is contained in:
@@ -24,11 +24,16 @@ server {
|
|||||||
root $resty_loc/nginx/html/music-room;
|
root $resty_loc/nginx/html/music-room;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
# 公众号校验
|
# 公众号校验 炼金工坊
|
||||||
location /MP_verify_Jo6pKmy43wx7S5Sh.txt {
|
location /MP_verify_Jo6pKmy43wx7S5Sh.txt {
|
||||||
return 200 'Jo6pKmy43wx7S5Sh';
|
return 200 'Jo6pKmy43wx7S5Sh';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# 公众号校验 慧添翼音乐教室
|
||||||
|
location /MP_verify_xDbyXEtPHigY8dCN.txt {
|
||||||
|
return 200 'xDbyXEtPHigY8dCN';
|
||||||
|
}
|
||||||
|
|
||||||
# 小程序业务域名校验
|
# 小程序业务域名校验
|
||||||
location /Q25f8xC3Jo.txt {
|
location /Q25f8xC3Jo.txt {
|
||||||
return 200 '323072b225a694281cd23496fa6737ef';
|
return 200 '323072b225a694281cd23496fa6737ef';
|
||||||
|
|||||||
Reference in New Issue
Block a user