Commit 6798a6f6 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 17d59b50
......@@ -59,6 +59,7 @@ public class ProxyController {
params.forEach((key, value) ->
uriBuilder.queryParam(key, UriUtils.encode(value, StandardCharsets.UTF_8))
);
log.info("proxyPost uriBuilder: {}", uriBuilder.build());
return uriBuilder.build();
})
.headers(httpHeaders -> headers.forEach(httpHeaders::set))
......
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