diff --git a/apps/third/views.py b/apps/third/views.py index df448d44..2a9d3b77 100755 --- a/apps/third/views.py +++ b/apps/third/views.py @@ -171,6 +171,7 @@ class XxCommonViewSet(CreateModelMixin, CustomGenericViewSet): authentication_classes=[], permission_classes=[], serializer_class=serializers.Serializer, logging_methods=[]) # 日志 def c_location(self, request, pk=None): + myLogger.info('数据格式:' + str(request.body) + '-----' + str(request.body)) loc_change(data=request.data.data) return Response()