显示关键词缓存

This commit is contained in:
2026-04-10 21:28:56 +08:00
parent 422033fc6d
commit 5c944b7c90
2 changed files with 47 additions and 2 deletions
+7
View File
@@ -104,3 +104,10 @@ export async function fetchUrlKeywords(url) {
return data
}
export async function fetchUrlKeywordsStats() {
const { data } = await axios.get(`${BASE}/admin/url/keywords/stats`, {
timeout: 5000,
})
return data
}