【fix sonar】LoginServiceImpl文件
This commit is contained in:
+2
-2
@@ -347,8 +347,8 @@ public class LoginServiceImpl implements ILoginService {
|
||||
public Result<Map<String, String>> getEncryptedString() {
|
||||
Result<Map<String,String>> result = new Result<>();
|
||||
Map<String,String> map = new HashMap<>();
|
||||
map.put("key", EncryptedString.key);
|
||||
map.put("iv",EncryptedString.iv);
|
||||
map.put("key", EncryptedString.ENCRYPTED_KEY);
|
||||
map.put("iv",EncryptedString.ENCRYPTED_IV);
|
||||
result.setResult(map);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user