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

增加字段

上级 ee5e739a
......@@ -64,8 +64,10 @@ public class LicInfoServiceImpl implements ILicInfoService {
return RestResponse.fail("MAC地址不存在");
}
records.dockerServices = inVo.dockerServices;
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());
} catch (Exception e) {
e.printStackTrace();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论