|
@@ -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);
|