From 7441a481fc6f3704bb635a8c5c543e0a21b77f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Tue, 13 Sep 2022 18:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E6=81=AF=E4=BA=8B=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/views.py | 1 + 1 file changed, 1 insertion(+) 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()