Browse Source

初始化设备接口记录ip1

tanghongbin 4 years ago
parent
commit
1fa573ecc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/UserController.py

+ 1 - 0
Controller/UserController.py

@@ -1915,6 +1915,7 @@ class InitInfoView(View):
                         'country': country
                     }
                     UserExModel.objects.create(**create_dict)
+                return response.json(0)
             else:
                 return response.json(104)
         else: