Ver Fonte

添加设备时uid长度可以为14

locky há 4 anos atrás
pai
commit
2ad2999d82
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Controller/EquipmentManagerV3.py

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -76,7 +76,7 @@ class EquipmentManagerV3(View):
             response.lang = tko.lang
             if tko.code == 0:
                 userID = tko.userID
-                re_uid = re.compile(r'^[A-Za-z0-9]{20}$')
+                re_uid = re.compile(r'^[A-Za-z0-9]{14,20}$')
                 if re_uid.match(UID):
                     is_exist = Device_Info.objects.filter(UID=UID, userID_id=userID)
                     if is_exist: