Commit 4eb7d30e authored by 赵啸非's avatar 赵啸非

修改配置文件

parent e38b3824
......@@ -52,8 +52,8 @@ public class ProxyController {
params.remove("path");
String targetUrl = "http://127.0.0.1:11078/basic_api/" + path;
String targetPath = "/basic_api" + path;
String targetUrl = "http://127.0.0.1:11078/basics_api/" + path;
String targetPath = "/basics_api" + path;
log.info("proxyPost targetUrl: {}", targetUrl);
if ("post".equalsIgnoreCase(method)) {
return webClient.post()
......
......@@ -69,5 +69,13 @@ Content-Type: application/json
{"page": 1, "size": 10}
###
POST http://192.168.0.250:11072/basic_api/entservice/ent/life/cycle/interlist
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