Commit 7e9cedc7 authored by 陈家荣's avatar 陈家荣

update h5 2

parent b15cbf4d
......@@ -1769,7 +1769,7 @@ router.post('/h5/thread/create', function(req, res, next) {
console.error(err);
callback(err, null);
} else {
httpService.sendRequest(req.session.user.ent_code, req.session.openUser.mid, 'post');
httpService.sendRequest(ent_code, mid, 'post');
forumAboutMEService.saveThread(entity);
callback(null, entity);
}
......
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