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

修改配置文件

parent 7309a853
......@@ -60,7 +60,8 @@ public class ProxyController {
.uri(uriBuilder -> {
uriBuilder
.scheme("http")
.host("127.0.0.1:11078")
.host("127.0.0.1")
.port(11078)
.path(targetPath);
params.forEach((key, value) ->
uriBuilder.queryParam(key, UriUtils.encode(value, StandardCharsets.UTF_8))
......
......@@ -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
{"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