sunty
2020-08-26 625b9c17e29062446389fe4f7a01e4a79efb5258
EsApi.go
@@ -211,8 +211,8 @@
        ]
    }
}`
   fmt.Println(personUrl)
   fmt.Println(personBody)
   //fmt.Println(personUrl)
   //fmt.Println(personBody)
   source := make(map[string]interface{})
   queryStartTime := time.Now()
   buf, err := EsReq("POST", personUrl, []byte(personBody))
@@ -477,7 +477,7 @@
        }
        `
   //logPrint("url: ", url, videoUrlInfo)
   fmt.Println(url, picUrlInfo)
   //fmt.Println(url, picUrlInfo)
   buf, err := EsReq("POST", url, []byte(picUrlInfo))
   if err != nil {
      logPrint("http request videoUrlInfo info is err!")
@@ -1229,7 +1229,7 @@
   }
   wg.Wait()
   fmt.Println("lenth_all: ", len(dbinfos))
   //fmt.Println("lenth_all: ", len(dbinfos))
   return dbinfos, nil
}