Commit 3be13105 by 王昆

gbs

parent 28e0ccb4
......@@ -197,6 +197,13 @@ 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("-----------------------------");
if (!reqUrl) {
return system.getResult(null, "未找到【" + sveName + "】服务,请检查settings文件是否存在");
}
......
......@@ -191,7 +191,7 @@ class System {
} else {
var odomain = "http://123.57.217.203"
return {
common: odomain + ":20400" + path,
common: "xggsvecommon-service" + path,
merchant: odomain + ":20500" + path,
order: odomain + ":20600" + path,
invoice: odomain + ":20700" + 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