feat 添加NotCrawl字段
This commit is contained in:
parent
8d362fd179
commit
fe213d8ce6
@ -30,6 +30,8 @@ type Provider struct {
|
|||||||
Status ProviderStatus `json:"status"`
|
Status ProviderStatus `json:"status"`
|
||||||
// 错误信息
|
// 错误信息
|
||||||
Msg string `json:"msg"`
|
Msg string `json:"msg"`
|
||||||
|
// 要不要抓取
|
||||||
|
NotCrawl bool `json:"notCrawl"`
|
||||||
// 拉取时间
|
// 拉取时间
|
||||||
PullAt time.Time `json:"pullAt"`
|
PullAt time.Time `json:"pullAt"`
|
||||||
// 供应商配置
|
// 供应商配置
|
||||||
|
Loading…
x
Reference in New Issue
Block a user