记得上下班打卡 | git大法好,push需谨慎

Commit 1b6dc4b9 authored by 张国柄's avatar 张国柄

~opt:UserPathDto;

parent 803fe038
...@@ -77,8 +77,7 @@ public class UserPathDto implements Serializable, Cloneable { ...@@ -77,8 +77,7 @@ public class UserPathDto implements Serializable, Cloneable {
userPathDto.setResult(result); userPathDto.setResult(result);
userPathDto.setUserAgent(request.getHeader(ServletUtils.HEADER_USER_AGENT)); userPathDto.setUserAgent(request.getHeader(ServletUtils.HEADER_USER_AGENT));
return (LOG_NOW_ELK + (StringUtils.isEmpty(uid) ? interfaceName : uid)).concat(LOG_SEPARATOR) return (LOG_NOW_ELK + (StringUtils.isEmpty(uid) ? interfaceName : uid)).concat(LOG_SEPARATOR).concat(JsonUtils.toJson(userPathDto));
.concat(JsonUtils.toJson(userPathDto));
} }
public static String setPartnerData(String merchantId, String interfaceName, Object params, Object result) { public static String setPartnerData(String merchantId, String interfaceName, Object params, Object result) {
......
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