Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b69c748

Browse files
committed
加上日志
1 parent 8d21d05 commit b69c748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logic/auto_crawl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func (self AutoCrawlLogic) parseArticleList(strUrl string, autoCrawlConf *model.
207207
}
208208

209209
func (self AutoCrawlLogic) fetchArticleListFromApi(strUrl string, autoCrawlConf *model.AutoCrawlRule, isSearch bool) error {
210+
logger.Infoln("parse api url:", strUrl)
210211

211212
req, err := http.NewRequest("GET", strUrl, nil)
212213
if err != nil {

0 commit comments

Comments
 (0)