chenjunkai 5 years ago
parent
commit
7842be36a7
1 changed files with 1 additions and 0 deletions
  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)