Commit 370fecd5 authored by 黎博's avatar 黎博

debug

parent a8f1678c
...@@ -145,19 +145,13 @@ public class PayInterceptor implements HandlerInterceptor { ...@@ -145,19 +145,13 @@ public class PayInterceptor implements HandlerInterceptor {
return true; return true;
} }
@Override // @Override
public void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler, // public void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,
@Nullable ModelAndView modelAndView) throws Exception { // @Nullable ModelAndView modelAndView) throws Exception {
// 对请求加密 // }
} //
// @Override
@Override // public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler,
public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, // @Nullable Exception ex) throws Exception {
@Nullable Exception ex) throws Exception { // }
log.info("calling afterCompletion");
}
public static void main(String[] args) {
}
} }
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