寻息事件处理bug

This commit is contained in:
曹前明 2022-09-13 18:08:21 +08:00
parent 307447f200
commit 7441a481fc
1 changed files with 1 additions and 0 deletions

View File

@ -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()