Commit a0cde045 authored by lvshibao's avatar lvshibao

获取req信息

parent ba616b8e
......@@ -235,7 +235,6 @@ class TasksApi(viewsets.ViewSet):
return Response({'code': 0, 'msg': 'success', 'count': total_count, 'data': data_sort})
@action(['post'], detail=False)
@get_account_info
def static(self, req: Request):
"""
获取违规项分析
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment