Commit 38b678fc by 庄冰

ip

parent ba2f68ec
...@@ -125,7 +125,7 @@ class NeedinfoService extends ServiceBase { ...@@ -125,7 +125,7 @@ class NeedinfoService extends ServiceBase {
if(obj.size){ if(obj.size){
queryObj.size=obj.size queryObj.size=obj.size
} }
var res = await this.execClient.execPostEs(queryObj, "http://43.247.184.94:7200/marketmedia_browsingrecords_log/_search"); var res = await this.execClient.execPostEs(queryObj, "http://er.es.gongsibao.com:7200/marketmedia_browsingrecords_log/_search");
if(res && res.stdout){ if(res && res.stdout){
res = JSON.parse(res.stdout); res = JSON.parse(res.stdout);
return res; return res;
......
...@@ -26,16 +26,16 @@ var settings = { ...@@ -26,16 +26,16 @@ var settings = {
}, },
logUrl: function () { logUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://43.247.184.94:7200/api/queueAction/producer/springBoard"; return "http://er.es.gongsibao.com:7200/api/queueAction/producer/springBoard";
} else { } else {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard";
} }
}, },
browsingRecordsLogUrl: function () { browsingRecordsLogUrl: function () {
return "http://43.247.184.94:7200/marketplat_browsingrecords_log/_doc?pretty"; return "http://er.es.gongsibao.com:7200/marketplat_browsingrecords_log/_doc?pretty";
}, },
mediabrowsingRecordsLogUrl: function () {//媒体聚合页访问记录 mediabrowsingRecordsLogUrl: function () {//媒体聚合页访问记录
return "http://43.247.184.94:7200/marketmedia_browsingrecords_log/_doc?pretty"; return "http://er.es.gongsibao.com:7200/marketmedia_browsingrecords_log/_doc?pretty";
}, },
templateLinkUrl: function () { templateLinkUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment