Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-04-10 13:08:44 +08:00
parent 12d93d0208
commit cdd11f80cb
2 changed files with 52 additions and 7 deletions
+7
View File
@@ -75,3 +75,10 @@ export async function triggerBacklink() {
return data
}
export async function fetchPriorityStatus() {
const { data } = await axios.get(`${BASE}/admin/priority/status`, {
timeout: 10000,
})
return data
}