Commit 062b11c9 by 王昆

gsb

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