|
@@ -54,7 +54,7 @@ public class ApiControllerAspect {
|
|
|
Object[] args = joinPoint.getArgs();
|
|
|
String[] paramsName = msig.getParameterNames();
|
|
|
HttpServletRequest request = ServletUtil.getRequest();
|
|
|
- log.info("============请求地址========:{}", request.getRequestURL());
|
|
|
+ log.info("============请求地址========:{}", request.getServletPath());
|
|
|
log.info("============类=============:{}", className);
|
|
|
log.info("============方法===========:{}", methodName);
|
|
|
if (Objects.nonNull(args) && args.length > 0) {
|