@@ -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: