Commit 9c5d3a0a authored by 赵啸非's avatar 赵啸非

修改配置文件

parent e5df8643
...@@ -46,7 +46,7 @@ public class ProxyController { ...@@ -46,7 +46,7 @@ public class ProxyController {
} }
String method = params.getOrDefault("method", "post"); String method = params.getOrDefault("method", "post");
String targetUrl = "http://127.0.0.1:11072/basic_api/" + path; String targetUrl = "http://127.0.0.1:11089/basic_api/" + path;
if ("post".equalsIgnoreCase(method)) { if ("post".equalsIgnoreCase(method)) {
return webClient.post() return webClient.post()
.uri(uriBuilder -> { .uri(uriBuilder -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment