|
@@ -700,6 +700,13 @@ func HandleArticleListByApi(artcleId int) (err error) {
|
|
|
fmt.Println("Getres.PublicGetDate Err:", err.Error())
|
|
|
return err
|
|
|
}
|
|
|
+ item := new(models.CygxShanghaiCompanyLog)
|
|
|
+ item.CreateTime = time.Now()
|
|
|
+ item.Url = clueApiUrl
|
|
|
+ item.Body = ""
|
|
|
+ item.Result = string(body)
|
|
|
+ go models.AddCygxShanghaiCompanyLog(item)
|
|
|
+
|
|
|
articleResult := articleResultDate.Data
|
|
|
exitMap := make(map[int]int)
|
|
|
classMap := make(map[int]int)
|