src/api/search.ts @@ -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 }); };