update 文档拆分时,解密文件
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user