| | |
| | | esLog.setRequestType(request.getMethod()); |
| | | // 请求参数 |
| | | esLog.setMapToParams(logParams); |
| | | ipInfoUtil.getInfo(request, ObjectUtil.mapToStringAll(request.getParameterMap())); |
| | | // ipInfoUtil.getInfo(request, ObjectUtil.mapToStringAll(request.getParameterMap())); |
| | | // 请求IP |
| | | esLog.setIp(ipInfoUtil.getIpAddr(request)); |
| | | // IP地址 |
| | |
| | | log.setRequestType(request.getMethod()); |
| | | // 请求参数 |
| | | log.setMapToParams(logParams); |
| | | ipInfoUtil.getInfo(request, ObjectUtil.mapToStringAll(request.getParameterMap())); |
| | | //ipInfoUtil.getInfo(request, ObjectUtil.mapToStringAll(request.getParameterMap())); |
| | | // 请求IP |
| | | log.setIp(ipInfoUtil.getIpAddr(request)); |
| | | // IP地址 |