合并之前缺少部分

This commit is contained in:
muzi
2025-06-17 11:18:39 +08:00
parent a72487fe56
commit 384be13f46
32 changed files with 2394 additions and 220 deletions

View File

@ -29,7 +29,6 @@ export const fetchindustryTerms = (params: any) => {
return Http.get('/v1/industry-terms/list', params);
};
// 导出一个函数fetchKeywordTrendsList用于获取行业话题列表
export const fetchKeywordTrendsList = (params: any) => {
// 使用Http.get方法发送GET请求获取行业话题列表
@ -47,21 +46,24 @@ export const fetchNewKeywordList = (params: any) => {
return Http.get('/v1/industry-new-keywords/list', params);
};
export const fetchNewKeywordDetail = (params: any) => {
// 使用Http.get方法发送GET请求获取行业话题列表
return Http.get('/v1/industry-new-keywords/' + params, {});
};
fetchIndustryTopicDetail;
// 导出一个函数fetchUserPainPointsList用于获取用户痛点列表
export const fetchUserPainPointsList = (params: any) => {
// 使用Http.get方法发送GET请求获取行业话题列表
return Http.get('/v1/user-pain-points/list', params);
};
// 导出一个函数fetchUserPainPointsDetail用于获取用户痛点详情
export const fetchUserPainPointsDetail = (params: any) => {
// 使用Http.get方法发送GET请求获取行业话题列表
return Http.get('/v1/user-pain-points/' + params, {});
};
// 导出一个函数fetchFocusBrandsList用于获取行业话题列表
export const fetchFocusBrandsList = (params: any) => {
// 使用Http.get方法发送GET请求获取行业话题列表