寻息事件处理bug
This commit is contained in:
parent
307447f200
commit
7441a481fc
|
@ -171,6 +171,7 @@ class XxCommonViewSet(CreateModelMixin, CustomGenericViewSet):
|
||||||
authentication_classes=[], permission_classes=[],
|
authentication_classes=[], permission_classes=[],
|
||||||
serializer_class=serializers.Serializer, logging_methods=[]) # 日志
|
serializer_class=serializers.Serializer, logging_methods=[]) # 日志
|
||||||
def c_location(self, request, pk=None):
|
def c_location(self, request, pk=None):
|
||||||
|
myLogger.info('数据格式:' + str(request.body) + '-----' + str(request.body))
|
||||||
loc_change(data=request.data.data)
|
loc_change(data=request.data.data)
|
||||||
return Response()
|
return Response()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue