后台添加随机抽签

This commit is contained in:
2025-04-14 14:45:31 +08:00
parent 332a7b9adc
commit cab4322bc3
3 changed files with 54 additions and 5 deletions

View File

@@ -16,6 +16,10 @@ export function getBaseInfo() {
return http.get("admin/dashboard_info")
}
export function randomUser10(classroom: string) {
return http.get("admin/random_user", { params: { classroom } })
}
export async function getProblemList(
offset = 0,
limit = 10,