热词功能补充提交

This commit is contained in:
Chopper
2022-04-25 18:09:49 +08:00
parent 8d9a64d84b
commit 9e34b44165
7 changed files with 198 additions and 87 deletions

View File

@@ -453,4 +453,9 @@ export const getHotWordsStatistics = (params) => {
return getRequest(`/hotwords/hotwords/statistics`,params);
};
// 获取历史热词
export const getHotWordsHistory = (params) => {
return getRequest(`/hotwords/hotwords/history`,params);
};