显示关键词缓存
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user