Commit d54ba27a authored by 陈家荣's avatar 陈家荣

Merge branch 'newfunc_0620_comment_list' into SANDBOX

parents 166fecc4 b3f19b3d
......@@ -2541,7 +2541,9 @@ router.get('/thread/comment/:cid/get', function(req, res, next) {
console.error(err);
res.json(returnCode.BUSY);
}else {
res.json(_.assign(result, returnCode.SUCCESS));
var rs = {};
rs.data = result;
res.json(_.assign(rs, returnCode.SUCCESS));
}
});
});
\ No newline at end of file
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