已调通微信小程序,支持域名调用

This commit is contained in:
ZLI263
2025-11-23 20:03:56 +08:00
parent 7a7ffbfd0c
commit 78d8db3c68
4 changed files with 26 additions and 71 deletions

View File

@@ -50,15 +50,15 @@
"port" : 8080,
"proxy" : {
"^/api" : {
"target" : "http://localhost:9060",
"target" : "https://api.huayang-star.com",
"changeOrigin" : true,
"secure" : false
"secure" : true
}
}
}
},
"mp-weixin" : {
"appid" : "",
"appid" : "wx534c58a9db510fba",
"setting" : {
"urlCheck" : false
},