chenshibin 4 жил өмнө
parent
commit
c588b7eae8

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -68,7 +68,7 @@ class EquipmentManagerV3(View):
         View_Password = self.decode_pwd(View_Password)
         Type = request_dict.get('Type', None)
         ChannelIndex = request_dict.get('ChannelIndex', None)
-        version = request_dict.get('version', None)
+        version = request_dict.get('version', '')
         isCheckMainUser = request_dict.get('isCheckMainUser', None)
         isMainUserExists = False
         if all([UID, NickName, View_Account, Type, ChannelIndex]):