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

+ 1 - 0
Controller/UserController.py

@@ -1327,6 +1327,7 @@ class InitInfoView(View):
         uid_reset_count = Device_Info.objects.filter(userID_id=userID, isExist=2).count()
 
         res = {
+            'usmsg': 0,
             'uid_reset_count': uid_reset_count,
         }
         return response.json(0, res)