Commit 2180edc4 authored by 5359's avatar 5359

流水号添加随机数

parent 85d099d3
...@@ -101,8 +101,7 @@ public class PingAnServiceImpl implements PingAnService { ...@@ -101,8 +101,7 @@ public class PingAnServiceImpl implements PingAnService {
requestBody.putAll(params); requestBody.putAll(params);
/*插入接口日志表*/ /*插入接口日志表*/
HlsWsRequests hlsWsRequests = new HlsWsRequests(); HlsWsRequests hlsWsRequests = createRequestLog(pro.getProperty("baseUrl") + "/V1.0/" + interfaceName, requestBody.toJSONString(), 1L);
hlsWsRequests = createRequestLog(pro.getProperty("baseUrl") + "/V1.0/" + interfaceName, requestBody.toJSONString(), 1L);
logger.info("发送接口:" + interfaceName + "请求,请求参数: {}", requestBody.toString()); logger.info("发送接口:" + interfaceName + "请求,请求参数: {}", requestBody.toString());
try { try {
HttpResult result = ApiUtils.invoke(interfaceName, requestBody); HttpResult result = ApiUtils.invoke(interfaceName, requestBody);
......
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