zhangzengfei
2023-09-06 c0c034b3ef0fdf0fd9c802d5984dbd717db6817a
src/api/search.ts
@@ -32,7 +32,7 @@
  return request({
    url: "/data/api-v/task/aggregateTaskList",
    method: "get",
    data: query
    params: query
  });
};
@@ -60,4 +60,13 @@
    method: "post",
    data: query
  });
};
// 关注
export const collect = (query: any) => {
  return request({
    url: " /data/api-v/es/collect",
    method: "post",
    data: query
  });
};