refactor: 移除 success 字段,简化为 matched 单层判定模型
This commit is contained in:
@@ -50,7 +50,6 @@ export interface HistoryResponse {
|
||||
|
||||
export interface CheckResult {
|
||||
timestamp: string;
|
||||
success: boolean;
|
||||
matched: boolean;
|
||||
durationMs: number | null;
|
||||
statusDetail: string | null;
|
||||
|
||||
Reference in New Issue
Block a user