|
@@ -195,7 +195,7 @@ public class CheckViewBizAuthAspect {
|
|
|
throw new BusinessException(ErrorCode.PASSWORD_ERROR);
|
|
|
}
|
|
|
headers.put("userName", userName);
|
|
|
- headers.put("password", password);
|
|
|
+ headers.put("password", Base64Converter.decode(password));
|
|
|
checkNumAuth = myClient.checkNumAuth(url, headers);
|
|
|
if(checkNumAuth.getCode() == ServerCode.SUCCESS.code()){
|
|
|
data = checkNumAuth.getData();
|