zhangzengfei
2022-07-20 1f1b2fcc05f6b0f83bf7602f453cc73dd6e9b7ce
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
  });
};