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

修改配置文件

parent 8a3e7675
...@@ -179,6 +179,7 @@ public class ProxyController { ...@@ -179,6 +179,7 @@ public class ProxyController {
Map<String, String> map = req.toJavaObject(Map.class); Map<String, String> map = req.toJavaObject(Map.class);
String bodyParams = getBodyParams(map); String bodyParams = getBodyParams(map);
log.info(bodyParams);
//url拼接参数 //url拼接参数
......
...@@ -77,7 +77,7 @@ POST {{baseUrl}}/proxy/post ...@@ -77,7 +77,7 @@ POST {{baseUrl}}/proxy/post
Content-Type: application/json Content-Type: application/json
{ {
"id": 1, "id": "1",
"path": "/entservice/ent/life/cycle/interinfo", "path": "/entservice/ent/life/cycle/interinfo",
"method": "get" "method": "get"
} }
......
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