sunty
2020-08-23 a88cd5f3c40d32fb48e80873667455f1424ae1cf
add w h
1个文件已修改
2 ■■■■■ 已修改文件
EsClient.go 2 ●●●●● 补丁 | 查看 | 原始文档 | 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...)