EsClient.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
EsClient.go
@@ -564,7 +564,9 @@ tmpHitSource["stayTime"] = stayTime tmpHitSource["endTBackGroundPicUrl"] = source["picMaxUrl"].([]interface{}) tmpHitSource["endTFacePicUrl"] = targetInfo["picSmUrl"].(string) if source["picWH"] != nil { tmpHitSource["picWH"] = source["picWH"].(map[string]interface{}) } hitsSources = append(hitsSources, tmpHitSource) } allSource = append(allSource, hitsSources...)