Commit 133157eb by 宋毅

渠道增加

parent b3a8e9b4
...@@ -5,7 +5,7 @@ const md5 = require("MD5"); ...@@ -5,7 +5,7 @@ const md5 = require("MD5");
class TmqueryService { class TmqueryService {
constructor() { constructor() {
this.channelApiUrl = settings.channelApiUrl(); this.channelApiUrl = "https://tm.plus.jdcloud.com";
this.zcApiUrl = settings.reqZcApi(); this.zcApiUrl = settings.reqZcApi();
this.reqEsAddr = settings.reqEsAddr(); this.reqEsAddr = settings.reqEsAddr();
this.execClient = system.getObject("util.execClient"); this.execClient = system.getObject("util.execClient");
......
...@@ -70,13 +70,6 @@ var settings = { ...@@ -70,13 +70,6 @@ var settings = {
return "http://zcapi-service/";//k8s服务名称 return "http://zcapi-service/";//k8s服务名称
} }
}, },
channelApiUrl: function () {
if (this.env == "dev") {
return "http://zcchannel.apps.com:4003";
} else {
return "http://zc-channel-service";
}
},
pushFqbossDataUrl: function () { pushFqbossDataUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.141:3000/";//localsettings.reqEsDevUrl; return "http://192.168.18.141:3000/";//localsettings.reqEsDevUrl;
......
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