浏览代码

1.获取物理属性快照添加物理模型信息

dsy 1 年之前
父节点
当前提交
d5af15ee10

+ 0 - 2
iot-module/iot-openapi/src/main/java/cc/iotkit/openapi/service/impl/OpenBaseServiceImpl.java

@@ -52,8 +52,6 @@ public class OpenBaseServiceImpl implements OpenBaseService {
 
         // 校验租户
         checkTenant(bo.getTenantId());
-        System.out.println("boAppid + password + boTimeStamp = " + boAppid + password + boTimeStamp);
-        System.out.println("boIdentifier = " + boIdentifier);
         if (!CodecUtil.md5Str(boAppid + password + boTimeStamp).equals(boIdentifier)){
             throw new BizException(ErrCode.IDENTIFIER_ERROR);
         }