|
@@ -430,7 +430,7 @@ func SpiderWeeklyReport() {
|
|
bt := mw.Byte.Bytes()
|
|
bt := mw.Byte.Bytes()
|
|
now := time.Now()
|
|
now := time.Now()
|
|
name := qu.FormatDate(&now, qu.Date_Short_Layout) + "爬虫统计周报.xlsx"
|
|
name := qu.FormatDate(&now, qu.Date_Short_Layout) + "爬虫统计周报.xlsx"
|
|
- gm.GSendMail_Bq("jy@jianyu360.cn", "zhangjinkun@topnet.net.cn,baixiaohu@topnet.net.cn", "", "", "爬虫统计周报", "", name, bt, util.GMail)
|
|
|
|
|
|
+ gm.GSendMail_Bq("jy@jianyu360.cn", "zhangjinkun@topnet.net.cn,dongzhaorui@topnet.net.cn", "", "", "爬虫统计周报", "", name, bt, util.GMail)
|
|
}
|
|
}
|
|
|
|
|
|
func GetCodeAndSiteInfo() (int, int) {
|
|
func GetCodeAndSiteInfo() (int, int) {
|