Explorar el Código

初始化设备接口记录ip1

tanghongbin hace 4 años
padre
commit
1fa573ecc4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: