fix subscribe

This commit is contained in:
jxxghp
2023-07-03 10:42:40 +08:00
parent 9455e46849
commit 569f88617a
2 changed files with 11 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ export interface Subscribe {
note?: string;
// 状态N-新建, R-订阅中
state: string;
// 最后更新时间
last_update: string;
}
// 历史记录