Commit 1fe866c5 by 王昆

gsb

parent 1463bbe1
......@@ -177,14 +177,21 @@ class System {
payment: "" + path,
}
} 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 {
common: odomain + ":8333" + path,
merchant: odomain + ":8335" + path,
order: odomain + ":8336" + path,
invoice: odomain + ":8338" + path,
payment: odomain + ":8337" + path,
} }
common: "xggsvecommon-service" + path,
merchant: "xggsvemerchant-service" + path,
order: "xggsveorder-service" + path,
invoice: "xggsveinvoice-service" + path,
}
}
}
}
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