|
@@ -16,13 +16,13 @@ import cn.com.qmth.examcloud.web.enums.HttpServletRequestAttribute;
|
|
import cn.com.qmth.examcloud.web.support.ApiInfo;
|
|
import cn.com.qmth.examcloud.web.support.ApiInfo;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 统计拦截器
|
|
|
|
|
|
+ * API统计拦截器
|
|
*
|
|
*
|
|
* @author WANGWEI
|
|
* @author WANGWEI
|
|
* @date 2019年7月24日
|
|
* @date 2019年7月24日
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
-public class StatisticInterceptor implements HandlerInterceptor {
|
|
|
|
|
|
+public class ApiStatisticInterceptor implements HandlerInterceptor {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response,
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response,
|