...
|
...
|
@@ -9,7 +9,7 @@ module.exports = { |
|
|
list(req, res, next) {
|
|
|
req.query.noCache = false;
|
|
|
|
|
|
req.ctx(zerobuyModel).getList(req.query.status, req.query.page, req.query)
|
|
|
req.ctx(zerobuyModel).getList(req.query.page, req.query)
|
|
|
.then(res.json).catch(next);
|
|
|
},
|
|
|
content(req, res, next) {
|
...
|
...
|
|