ABS v1 test

This commit is contained in:
mubai
2023-12-24 23:22:20 +08:00
parent b48e53a637
commit 86e0501d2f
59 changed files with 538 additions and 1699 deletions

View File

@@ -68,6 +68,7 @@ type FilmSource struct {
SyncPictures bool `json:"syncPictures"` // 是否同步图片到服务器
CollectType ResourceType `json:"collectType"` // 采集资源类型
State bool `json:"state"` // 是否启用
Interval int `json:"interval"` // 采集时间间隔 单位/ms
}
// SaveCollectSourceList 保存采集站Api列表