Commit 1058e727 by 王昆

gsb

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