Commit 1fe866c5 by 王昆

gsb

parent 1463bbe1
...@@ -175,16 +175,23 @@ class System { ...@@ -175,16 +175,23 @@ class System {
order: domain + ":3103" + path, order: domain + ":3103" + path,
invoice: "" + path, invoice: "" + path,
payment: "" + path, payment: "" + path,
} }
} else { } else {
var odomain = "http://39.107.51.68" var odomain = "http://39.107.51.68";
// return {
// common: odomain + ":8333" + path,
// merchant: odomain + ":8335" + path,
// order: odomain + ":8336" + path,
// invoice: odomain + ":8338" + path,
// payment: odomain + ":8337" + path,
// }
return { return {
common: odomain + ":8333" + path, common: "xggsvecommon-service" + path,
merchant: odomain + ":8335" + path, merchant: "xggsvemerchant-service" + path,
order: odomain + ":8336" + path, order: "xggsveorder-service" + path,
invoice: odomain + ":8338" + path, invoice: "xggsveinvoice-service" + path,
payment: odomain + ":8337" + path, }
} } }
} }
} }
Date.prototype.Format = function (fmt) { //author: meizz Date.prototype.Format = function (fmt) { //author: meizz
......
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