소스 검색

修改loocam设备物品名前缀为LC

locky 3 년 전
부모
커밋
85c566f358
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Service/CommonService.py

+ 1 - 1
Service/CommonService.py

@@ -594,7 +594,7 @@ GCqvlyw5dfxNA+EtxNE2wCW/LW7ENJlACgcfgPlBZtpLheWoZB/maw4=
         if company_mark == '11A':
             return 'Ansjer_Device_' + thing_name_suffix
         elif company_mark == '11L':
-            return 'Loocam_Device_' + thing_name_suffix
+            return 'LC' + thing_name_suffix
         else:
             return thing_name_suffix