提交 97f282cd authored 作者: 李勤's avatar 李勤

完成代码

上级 64044ce7
......@@ -64,8 +64,6 @@ public class LicInfoServiceImpl implements ILicInfoService {
return RestResponse.fail("MAC地址不存在");
}
records.setDockerServices(inVo.getDockerServices());
try {
String data = RsaUtil.encryptByPrivateKeyToLong(JsonUtil.toString(records), rsaKeyConstant.getPrivateKey());
DownloadUtil.download(response, data, records.getMacAddress());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论