Browse Source

设备控制更新

yf_yzl 2 years ago
parent
commit
872299e371
1 changed files with 3 additions and 0 deletions
  1. 3 0
      smartfarming/views/device.py

+ 3 - 0
smartfarming/views/device.py

@@ -121,6 +121,9 @@ class CbdScdXyDeviceSaveAPIView(APIView):
 
 class CbdPhotoAPIView(APIView):
 
+    permission_classes = []
+    authentication_classes = []
+
     def post(self, request):
         try:
             request_data = request.data