寻息事件处理bug
This commit is contained in:
parent
307447f200
commit
7441a481fc
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue