Commit 062b11c9 by 王昆

gsb

parent 3be13105
...@@ -197,12 +197,7 @@ class ServiceBase { ...@@ -197,12 +197,7 @@ class ServiceBase {
async callms(sveName, apiName, params) { async callms(sveName, apiName, params) {
var reqUrl = this.micro[sveName]; var reqUrl = this.micro[sveName];
console.log(reqUrl, "-----------------------------");
console.log(sveName);
console.log(apiName);
console.log(params);
console.log(reqUrl);
console.log("-----------------------------");
if (!reqUrl) { if (!reqUrl) {
return system.getResult(null, "未找到【" + sveName + "】服务,请检查settings文件是否存在"); return system.getResult(null, "未找到【" + sveName + "】服务,请检查settings文件是否存在");
......
...@@ -192,9 +192,9 @@ class System { ...@@ -192,9 +192,9 @@ class System {
var odomain = "http://123.57.217.203" var odomain = "http://123.57.217.203"
return { return {
common: "xggsvecommon-service" + path, common: "xggsvecommon-service" + path,
merchant: odomain + ":20500" + path, merchant: "xggsveinvoice-service" + path,
order: odomain + ":20600" + path, order: "xggsvemerchant-service" + path,
invoice: odomain + ":20700" + path, invoice: "xggsveorder-service" + path,
} }
} }
} }
......
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