From 89a406d32fec044a7ee0f1b4d67694c28d9254ef Mon Sep 17 00:00:00 2001 From: timerzz Date: Fri, 28 Mar 2025 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=87=BA=E8=B4=A7=E5=95=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0online?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structs/v2/seller.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/structs/v2/seller.go b/structs/v2/seller.go index 3df3973..4bf7c8c 100644 --- a/structs/v2/seller.go +++ b/structs/v2/seller.go @@ -29,6 +29,8 @@ type Seller struct { Name string `json:"name"` // 供应商状态 Status SellerStatus `json:"status"` + // 是否在线 + Online bool `json:"online" gorm:"-"` // 错误信息 Msg string `json:"msg"` // 拉取时间 @@ -42,7 +44,8 @@ type Seller struct { } type SellerOption struct { - Ticker string `yaml:"ticker" json:"ticker"` //定时抓取 + Ticker string `yaml:"ticker" json:"ticker"` //定时抓取 + NotCrawl bool `yaml:"notCrawl" json:"notCrawl"` //要不要抓取 } // SellerArticle 销售商商品信息