Commit 743115c7 by 王悦

fix

parent 4d9ddd4c
......@@ -195,7 +195,7 @@ const trademark = async (body) => {
let data = {
"actionType": "produceData",
"actionBody": {
"pushUrl": settings.opPushQueueUrl() + "/tmtransaction/action/trademarktransaction/springBoard",
"pushUrl": settings.tmtransactionurl() + "/tmtransaction/action/trademarktransaction/springBoard",
"actionType": "tmBatchUpload",
"identifyCode": "trademark",
"notifyUrl": settings.serviceurl() + "/web/trademark/trademarkCtl/notify",
......
......@@ -36,9 +36,9 @@ var settings = {
},
requrl: function () {
if (this.env == "dev") {
return "http://192.168.18.101:4018";
return "http://192.168.18.101:4018/api/queueAction/producer/springBoard";
} else {
return "http://sytxpublic-msgq-service";
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard";
}
},
channelApiUrl: function () {
......@@ -70,13 +70,6 @@ var settings = {
return "http://center-tmtransaction-service.chaolai";
}
},
opPushQueueUrl: function () {
if (this.env == "dev" || this.env == "test") {
return "http://192.168.18.101:4018/api/queueAction/producer/springBoard";
} else {
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard";
}
},
serviceurl: function () {
if (this.env == "dev") {
return "http://192.168.200.181:3003";
......
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