提交 3ca8c994 authored 作者: 李勤's avatar 李勤

增加字段

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