diff --git a/check-transfer/main.go b/check-transfer/main.go index 97bbe53f2c4..da3977a7508 100644 --- a/check-transfer/main.go +++ b/check-transfer/main.go @@ -89,6 +89,7 @@ func checkTransfer(bizid string) (newBiz, reason string) { fp := gofeed.NewParser() feed, err := fp.ParseString(string(common.Fetch(fmt.Sprintf("https://github.com/hellodword/wechat-feeds/raw/feeds/%s.xml", url.QueryEscape(bizid))))) if err != nil || feed == nil || len(feed.Items) == 0 { + reason = "解析失败" // 随便处理一下 return }