mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-24 09:08:38 +00:00
feat: apikey限额支持查询重置时间
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user