Commit 782b92f3 authored by 赵啸非's avatar 赵啸非

添加门户license验证接口

parent b463b751
......@@ -107,7 +107,7 @@ public class CipherController {
}
//解压到指定license目录
String fileEncode = EncodeUtil.getEncode(targetFilePath, true);
List<String> zipFileNames = ZipUtil.listFileNames(ZipUtil.toZipFile(new File(targetFilePath), Charset.forName(fileEncode)), fileEncode);
List<String> zipFileNames = ZipUtil.listFileNames(ZipUtil.toZipFile(new File(targetFilePath), Charset.forName(fileEncode)), "");
log.info("zipFileNames:{}", JSON.toJSONString(zipFileNames));
ZipUtil.unzip(targetFilePath, logPath, Charset.forName(fileEncode));
model.put("url", targetFilePath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment