From d1db7d60bb029b572a0c2ff614ace574ddbfa84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Wed, 21 Sep 2022 12:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=AF=BB=E6=81=AF=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/views_d.py | 2 +- apps/third/xunxi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/third/views_d.py b/apps/third/views_d.py index adaedbaa..1eacba7d 100644 --- a/apps/third/views_d.py +++ b/apps/third/views_d.py @@ -65,7 +65,7 @@ class BltViewSet(CustomGenericViewSet): return Response(ret) @action(methods=['post'], detail=False, perms_map={'post': 'blt.all'}, - serializer_class=BltQuerySerializer) + serializer_class=BltQuerySerializer, logging_methods=[]) def all(self, request): """全部在线标签列表信息 diff --git a/apps/third/xunxi.py b/apps/third/xunxi.py index 8db8e1e5..d2902f0c 100644 --- a/apps/third/xunxi.py +++ b/apps/third/xunxi.py @@ -104,7 +104,7 @@ class XxClient: if raise_exception: raise ParseError(**err_detail) return 'fail', err_detail - self.handle_log(result='success', response=ret) + # self.handle_log(result='success', response=ret) return 'success', ret['data'] self.handle_log(result='error', errors=traceback.format_exc()) if raise_exception: