Commit f63820f5 authored by xiaozhe.chen's avatar xiaozhe.chen

运营系统替换中台接口

parent e69b7434
...@@ -155,6 +155,7 @@ public class RestTemplateServiceImpl implements IHttpService { ...@@ -155,6 +155,7 @@ public class RestTemplateServiceImpl implements IHttpService {
@Override @Override
public <T> T post(String uri, final Map<String, String> headers, Object parameters, Class<T> clazz) { public <T> T post(String uri, final Map<String, String> headers, Object parameters, Class<T> clazz) {
log.info("method post uri:{},headers:{},parameters:{}", uri, headers, parameters);
HttpHeaders hd = new HttpHeaders(); HttpHeaders hd = new HttpHeaders();
if (headers != null) { if (headers != null) {
headers.forEach((k, v) -> { headers.forEach((k, v) -> {
......
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