Commit cb29a10e by 王昆

gsb

parent df2bf48f
......@@ -181,8 +181,8 @@ 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,
......
......@@ -72,6 +72,7 @@ module.exports = function (app) {
req.query = req.query || {};
req.query.saas_id = req.loginUser.saas_id;
req.query.deliverId = req.loginUser.uctypeId || "";
req.query.deliver_id = req.loginUser.uctypeId || "";
}
params.push(methodName);
params.push(req.body);
......
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