Quellcode durchsuchen

场景查看权限校验

dengsixing vor 1 Jahr
Ursprung
Commit
1ac08240d8

+ 1 - 0
src/main/java/com/fdkankan/scene/Interceptor/CheckViewBizAuthAspect.java

@@ -194,6 +194,7 @@ public class CheckViewBizAuthAspect {
 					if(!passwordEncode.equals(jyUser.getRyPassword())){
 						throw new BusinessException(ErrorCode.PASSWORD_ERROR);
 					}
+					headers.clear();
 					headers.put("userName", userName);
 					headers.put("password", Base64Converter.decode(password));
 					checkNumAuth = myClient.checkNumAuth(url, headers);