提交 c139ffc9 authored 作者: 李勤's avatar 李勤

完成代码

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