Bladeren bron

加密测试3

wangjun 1 maand geleden
bovenliggende
commit
74524975bf

+ 2 - 2
code/base/nckd-jimin-base-helper/src/main/java/nckd/base/helper/CusFileServiceExt.java

@@ -22,7 +22,7 @@ public class CusFileServiceExt extends FilePathService implements FileServiceExt
 
     @Override
     public InputStream encode(String originalPath, InputStream in) {
-        logger.info("--------------SEC 附件加密 "+originalPath+"----------------");
+        logger.info("--------------SEC附件加密 "+originalPath+"----------------");
 
 //        InputStream inForSEC = null;
 //        int isEncryption = FileSECUtils.checkFileIsEncryptionRest(in);
@@ -49,7 +49,7 @@ public class CusFileServiceExt extends FilePathService implements FileServiceExt
      */
     @Override
     public InputStream decode(String originalPath, InputStream in) {
-        logger.info("--------------SEC 附件解密 "+originalPath+"----------------");
+        logger.info("--------------SEC附件解密 "+originalPath+"----------------");
 
         InputStream inForSEC = null;
         int isEncryption = FileSECUtils.checkFileIsEncryptionRest(in);