操作日志导出
station/op_log/list
改动
Method: GET
请求:
username str O 操作人
其他参数不变
响应:
返回内容不变
station/op_log/export
新增日志异步导出接口
Method
GET
请求
op_start_date date M 操作开始时间
op_end_date date M 操作结束时间
log_type int M 查询type
search_text str O 搜索字段
op_type int O 1:新建 2:更新 3:删除
username str O 操作人
响应
{
"code": 0, # 返回码,0表示成功,其他表示错误
"msg": "ok",
"data": {
"task_url": str M 异步任务地址
}
}
预估开发时间3天。