Commit 133157eb by 宋毅

渠道增加

parent b3a8e9b4
......@@ -5,7 +5,7 @@ const md5 = require("MD5");
class TmqueryService {
constructor() {
this.channelApiUrl = settings.channelApiUrl();
this.channelApiUrl = "https://tm.plus.jdcloud.com";
this.zcApiUrl = settings.reqZcApi();
this.reqEsAddr = settings.reqEsAddr();
this.execClient = system.getObject("util.execClient");
......
......@@ -70,13 +70,6 @@ var settings = {
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 () {
if (this.env == "dev") {
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