Commit 1058e727 by 王昆

gsb

parent 36d7305c
...@@ -143,7 +143,8 @@ class SaasinvoiceService extends ServiceBase { ...@@ -143,7 +143,8 @@ class SaasinvoiceService extends ServiceBase {
url: url, url: url,
data: params data: params
}); });
console.log(res.data); console.log("invoice handle push result:", res.data);
return res.data;
} }
} }
module.exports = SaasinvoiceService; module.exports = SaasinvoiceService;
\ No newline at end of file
...@@ -194,7 +194,7 @@ class System { ...@@ -194,7 +194,7 @@ class System {
common: dev + ":3102" + path, common: dev + ":3102" + path,
// 商户服务 // 商户服务
merchant: local + ":3101" + path, merchant: dev + ":3101" + path,
// 订单服务 // 订单服务
order: dev + ":3103" + path, order: dev + ":3103" + path,
...@@ -206,7 +206,7 @@ class System { ...@@ -206,7 +206,7 @@ class System {
uc: dev + ":3106" + path, uc: dev + ":3106" + path,
// 交易 // 交易
trade: local + ":3107" + path, trade: dev + ":3107" + path,
} }
} else { } else {
return { return {
......
...@@ -90,8 +90,8 @@ var settings = { ...@@ -90,8 +90,8 @@ var settings = {
deliverSysApi: function () { deliverSysApi: function () {
let domain = ""; let domain = "";
if (this.env == "dev") { if (this.env == "dev") {
// domain = "http://39.107.234.14:3002"; domain = "http://39.107.234.14:3002";
domain = "http://127.0.0.1:3002"; // domain = "http://127.0.0.1:3002";
} else { } else {
domain = "https://xggadmin.gongsibao.com"; domain = "https://xggadmin.gongsibao.com";
} }
......
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