|
@@ -50,7 +50,7 @@ public class SignVerificationAspect {
|
|
|
* 切点
|
|
|
* @throws IOException
|
|
|
*/
|
|
|
- @Before("@annotation(com.fdkankan.contro.SignVerification)")
|
|
|
+ @Before("@annotation(com.fdkankan.contro.annotation.SignVerification)")
|
|
|
public void doBefore(JoinPoint joinPoint) throws Exception {
|
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|
|
|
// 读取session中的用户
|