From fe213d8ce68338a5e589147a2934d986fee09465 Mon Sep 17 00:00:00 2001 From: timerzz Date: Wed, 26 Mar 2025 17:47:42 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=B7=BB=E5=8A=A0NotCrawl=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structs/v2/provider.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs/v2/provider.go b/structs/v2/provider.go index 991eba6..20c4e76 100644 --- a/structs/v2/provider.go +++ b/structs/v2/provider.go @@ -30,6 +30,8 @@ type Provider struct { Status ProviderStatus `json:"status"` // 错误信息 Msg string `json:"msg"` + // 要不要抓取 + NotCrawl bool `json:"notCrawl"` // 拉取时间 PullAt time.Time `json:"pullAt"` // 供应商配置