Commit 425b8b69 by 王勇飞

gyq

parent da9c642d
...@@ -380,7 +380,7 @@ class System { ...@@ -380,7 +380,7 @@ class System {
if (obj.pushUrl && obj.actionType && obj.messageBody) { if (obj.pushUrl && obj.actionType && obj.messageBody) {
try { try {
var rc = this.getObject("util.execClient"); var rc = this.getObject("util.execClient");
var reqUrl = settings.pushUrl; var reqUrl = settings.bpushUrl;
var reqId = uuidv4(); var reqId = uuidv4();
var param = { var param = {
"actionType": "produceData", "actionType": "produceData",
......
...@@ -49,7 +49,7 @@ var settings = { ...@@ -49,7 +49,7 @@ var settings = {
}, },
bookUrl: function () { bookUrl: function () {
if (this.env == "localhost") { if (this.env == "localhost") {
return "http://192.168.1.4:8889"; return "http://192.168.1.6:8889";
} else { } else {
return "http://icdeliver-service"; return "http://icdeliver-service";
} }
...@@ -69,6 +69,13 @@ var settings = { ...@@ -69,6 +69,13 @@ var settings = {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard";
} }
}, },
bpushUrl: function () {//代帐系统用于队列
if (this.env == "localhost") {
return "http://192.168.1.4:4018/api/queueAction/plsroducer/springBoard";
} else {
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard";
}
},
pmappname: "center-app", pmappname: "center-app",
pmappid: 1, pmappid: 1,
......
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