Commit c1ed2222 by 孙亚楠

dd

parent 21adc733
......@@ -181,16 +181,16 @@ class System {
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
order: domain + ":3103" + path,
// order: "http://127.0.0.1:3103" + path,
// order: domain + ":3103" + path,
order: "http://127.0.0.1:3103" + path,
// 发票服务
// invoice: domain + ":3105" + path,
invoice: "http://127.0.0.1:3105" + path,
invoice: domain + ":3105" + path,
// invoice: "http://127.0.0.1:3105" + path,
// 发票服务
// uc: domain + ":3106" + path,
uc: "http://127.0.0.1:3106" + path,
uc: domain + ":3106" + path,
// uc: "http://127.0.0.1:3106" + path,
}
} else {
var odomain = "http://123.57.217.203"
......
......@@ -475,7 +475,7 @@
"rows": [
{
"id": "13699868075000706",
"merchant_id": null,
"merchant_id": null,
"businessmen_id": null,
"orderpay_id": null,
"price": 50000,
......
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