Commit 425b8b69 by 王勇飞

gyq

parent da9c642d
......@@ -380,7 +380,7 @@ class System {
if (obj.pushUrl && obj.actionType && obj.messageBody) {
try {
var rc = this.getObject("util.execClient");
var reqUrl = settings.pushUrl;
var reqUrl = settings.bpushUrl;
var reqId = uuidv4();
var param = {
"actionType": "produceData",
......
......@@ -49,7 +49,7 @@ var settings = {
},
bookUrl: function () {
if (this.env == "localhost") {
return "http://192.168.1.4:8889";
return "http://192.168.1.6:8889";
} else {
return "http://icdeliver-service";
}
......@@ -69,6 +69,13 @@ var settings = {
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",
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