Commit 393b30a6 authored by 陈家荣's avatar 陈家荣

更新查询限制记录

parent d51e51e0
......@@ -10,7 +10,6 @@ module.exports = function(app) {
app.use('/admin/forum', router);
};
//根据userId获取论坛行为限制
router.get('/limitOperationLogs/get/:userId', function(req, res, next) {
var pageNo = req.query.pageNo || 1;
......
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