首页plus

This commit is contained in:
2026-07-07 17:28:58 +08:00
parent ab7bb9fc42
commit 9f9f7eb376
3 changed files with 44 additions and 16 deletions
+1
View File
@@ -375,6 +375,7 @@ export interface SessionListItem {
flowName: string;
sessionId: string;
createDate: string;
status?: number; // 1=执行中, 2=成功, 3=失败
}
/** 获取会话记录列表 */