chenjunkai 6 년 전
부모
커밋
aa14575d45
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Controller/EquipmentManager.py

+ 1 - 0
Controller/EquipmentManager.py

@@ -40,6 +40,7 @@ def addNewUserEquipment(userID, deviceContent, response):
                             if is_bind:
                                 # return response.json(175)
                                 # 判断用户密码是否正确
+                                
                                 # dev_user = deviceData.get('View_Account', '')
                                 # dev_pass = deviceData.get('View_Password', '')
                                 # if is_bind[0].View_Account == dev_user and is_bind[0].View_Password == dev_pass: