ソースを参照

添加 每日请求 日志

wcc 1 年間 前
コミット
2c4f26e44d
1 ファイル変更1 行追加0 行削除
  1. 1 0
      website_columns/main.go

+ 1 - 0
website_columns/main.go

@@ -161,6 +161,7 @@ func getHot() {
 	file := gtime.Now().AddDate(0, 0, -1).Format("Y-m-d")
 	res := gclient.New().GetContent(context.Background(), "http://172.17.145.164:18880/jyartvisit/"+file+".res")
 	arrs := strings.Split(res, "\n")
+	log.Info("getHot", zap.Int("res", len(arrs)))
 	for _, va := range arrs {
 		vs := strings.Split(va, " ")
 		if len(vs) == 2 {