Commit e38b3824 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 7309a853
...@@ -60,7 +60,8 @@ public class ProxyController { ...@@ -60,7 +60,8 @@ public class ProxyController {
.uri(uriBuilder -> { .uri(uriBuilder -> {
uriBuilder uriBuilder
.scheme("http") .scheme("http")
.host("127.0.0.1:11078") .host("127.0.0.1")
.port(11078)
.path(targetPath); .path(targetPath);
params.forEach((key, value) -> params.forEach((key, value) ->
uriBuilder.queryParam(key, UriUtils.encode(value, StandardCharsets.UTF_8)) uriBuilder.queryParam(key, UriUtils.encode(value, StandardCharsets.UTF_8))
......
...@@ -63,7 +63,7 @@ Content-Type: application/json ...@@ -63,7 +63,7 @@ Content-Type: application/json
} }
###透传代理接口 ###透传代理接口
POST {{baseUrl}}/proxy/post?path=entservice/ent/life/cycle/interlist&method=post POST {{baseUrl}}/proxy/post?path=/entservice/ent/life/cycle/interlist&method=post
Content-Type: application/json Content-Type: application/json
{"page": 1, "size": 10} {"page": 1, "size": 10}
......
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