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: