Commit e7d94d13 authored by 赵啸非's avatar 赵啸非

物联网1.0

parent 80cb0cd2
......@@ -326,6 +326,9 @@ public class DeviceApiController {
serverInfo.setServerUrl(platformEntity.getSendUrl());
String content = EncryptUtil.myEnscrt(JSON.toJSONString(registerResp), 9, DES_STR, ENCRYPT_STR);
log.info("deEncrypt:{}", EncryptUtil.myReEnscrt(content, 9, DES_STR, ENCRYPT_STR));
deviceResp.setContent(content);
rsp.setData(deviceResp);
......
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