Commit 8d037cea by 孙亚楠

Merge branch 'xgg-saas-platform' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-saas-platform

parents 4d542c6a 413cbb52
......@@ -63,6 +63,7 @@ module.exports = function (app) {
if(req.loginUser) {
req.query = req.query || {};
req.query.saas_id = req.loginUser.saas_id;
req.query.channel_id = req.loginUser.channel_id;
}
params.push(methodName);
params.push(req.body);
......@@ -94,6 +95,7 @@ module.exports = function (app) {
if(req.loginUser) {
req.body.saas_id = req.loginUser.saas_id;
req.body.channel_id = req.loginUser.channel_id;
}
params.push(methodName);
......
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