sunty
2019-07-18 be52360c4814a5e5bce2341edadd385c1336c237
fix analyServerId
1个文件已修改
2 ■■■ 已修改文件
esutil/EsApi.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
esutil/EsApi.go
@@ -23,7 +23,7 @@
                            "filter": [
                                {
                                    "term": {
                                        "analyServerId": ` + analyServerId + `
                                        "analyServerId": "` + analyServerId + `"
                                    }
                                }
                            ]