Browse Source

初始化设备接口记录ip1

tanghongbin 4 năm trước cách đây
mục cha
commit
1fa573ecc4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: