Pārlūkot izejas kodu

初始化设备接口记录ip1

tanghongbin 4 gadi atpakaļ
vecāks
revīzija
1fa573ecc4
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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: