chenjunkai 6 years ago
parent
commit
2b9f4e29a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/DeviceShare.py

+ 1 - 1
Controller/DeviceShare.py

@@ -123,7 +123,7 @@ class DeviceShareView(View):
                     'shareUser': share_user,
                 })
             else:
-                return response.json(404)
+                return response.json(119)
         else:
             return response.json(414)