feat: apikey限额支持查询重置时间

This commit is contained in:
shaw
2026-03-09 10:22:24 +08:00
parent 440d2e28ed
commit c7fcb7a84b
9 changed files with 102 additions and 13 deletions

View File

@@ -441,6 +441,9 @@ export interface ApiKey {
window_5h_start: string | null
window_1d_start: string | null
window_7d_start: string | null
reset_5h_at: string | null
reset_1d_at: string | null
reset_7d_at: string | null
}
export interface CreateApiKeyRequest {