update 文档拆分时,解密文件

This commit is contained in:
lijiarao
2024-03-25 17:09:15 +08:00
parent 6150e1205b
commit 78cdc4f8e3
2 changed files with 5 additions and 2 deletions
@@ -114,6 +114,11 @@ public class IntekeyUtils {
if(ENABLE){
return decryptFile(DECRYPT_URL, DECRYPT_APP_CODE, DECRYPT_SECRET_KEY, null, file);
}
try {
return file.getInputStream();
} catch (IOException e) {
e.printStackTrace();
}
return null;
}