Commit f4858ecf authored by 陈志良's avatar 陈志良

1

parent 16d2dc7c
...@@ -615,7 +615,7 @@ router.post('/thread/:tid/comment/create', function(req, res, next) { ...@@ -615,7 +615,7 @@ router.post('/thread/:tid/comment/create', function(req, res, next) {
}); });
}); });
//新增文章评论 //新增文章评论
router.post('/thread/:tid/comment/create/new', function(req, res, next) { router.post('/thread/:tid/comment/createv2', function(req, res, next) {
console.log('------------------in------------------'); console.log('------------------in------------------');
var userId = req.session.mobileForumUser.userId; var userId = req.session.mobileForumUser.userId;
forumLimitActionRefService.checkLimitActionProhibitionOfSpeech(userId, function(err, isProhibition){ forumLimitActionRefService.checkLimitActionProhibitionOfSpeech(userId, function(err, isProhibition){
......
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