Commit 11b32e95 authored by 陈家荣's avatar 陈家荣

update

parent 49cd95be
...@@ -115,7 +115,8 @@ router.post('/thread/create', function(req, res, next) { ...@@ -115,7 +115,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