Commit 563b8420 by linboxuan

ucommune-back operate api

parent 36365a95
...@@ -34,6 +34,7 @@ module.exports = function (app) { ...@@ -34,6 +34,7 @@ module.exports = function (app) {
res.end(JSON.stringify(result)); res.end(JSON.stringify(result));
return; return;
} }
req.body.actionBody["uappId"] = appResult.data.data.uapp_id
req.body.appInfo = appResult.data.data; req.body.appInfo = appResult.data.data;
next(); next();
}); });
......
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