mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-11 02:24:45 +08: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