Commit 9120e07a authored by 刘文胜's avatar 刘文胜

1

parent 78d27df4
......@@ -137,8 +137,6 @@ router.get('/threadManagement/threads/list', function(req, res, next) {
//获取帖子总数,帖子数,用户发帖数,帖子加精数
router.get('/threadManagement/threads/statistics', function(req, res, next) {
var pageNo = 1;
var pageSize = 0;
var infoId = req.query.infoId;
var tagId = req.query.tagId;
var pid = req.query.pid;//父文章id
......
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