Explorar el Código

详情页心跳记录

maxiaoshan hace 3 años
padre
commit
8545ddd162
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/spider/spider.go

+ 1 - 1
src/spider/spider.go

@@ -884,7 +884,7 @@ func (s *Spider) DownloadListDetail() {
 			//下载、解析、入库
 			data, err = s.DownloadDetailPage(tmp, data)
 			if !s.Stop { //在下载详情页时爬虫下架,此时不再存心跳信息
-				UpdateHeart(s.Name, s.Channel, s.Code, s.MUserName, "detail") //记录modal=1下载数据心跳
+				UpdateHeart(s.Name, s.Channel, s.Code, s.MUserName, "detailexcute") //记录modal=1下载数据心跳
 			}
 			if err != nil || data == nil {
 				success = false