zhangzengfei
2022-07-20 4a800a8fc83c6bd1f86a8e847b079a51a7532c09
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
  });
};