Commit 49cd95be authored by 陈家荣's avatar 陈家荣

update

parent c593d6d9
...@@ -141,7 +141,8 @@ router.post('/thread/create', function(req, res, next) { ...@@ -141,7 +141,8 @@ router.post('/thread/create', function(req, res, next) {
} else { } else {
forumAboutMEService.saveThread(entity); forumAboutMEService.saveThread(entity);
rs.data = { rs.data = {
'id': entity._id 'id': entity._id,
'ent_code' : ent_code
}; };
res.json(_.assign(rs, returnCode.SUCCESS)); res.json(_.assign(rs, returnCode.SUCCESS));
} }
......
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