取消loc_change事件日志
This commit is contained in:
parent
beb2ad888a
commit
259b2cd38f
|
@ -169,7 +169,7 @@ class XxCommonViewSet(CreateModelMixin, CustomGenericViewSet):
|
|||
|
||||
@action(methods=['post'], detail=False,
|
||||
authentication_classes=[], permission_classes=[],
|
||||
serializer_class=serializers.Serializer, logging_methods=['POST']) # 日志
|
||||
serializer_class=serializers.Serializer, logging_methods=[]) # 日志
|
||||
def c_location(self, request, pk=None):
|
||||
loc_change(data=request.data['data'])
|
||||
return Response()
|
||||
|
|
Loading…
Reference in New Issue