(req, res)
| 26 | res.return('操作成功') |
| 27 | }, |
| 28 | async delete(req, res) { |
| 29 | db('share').remove({ adminId: req.info.userInfo.id, id: req.body.id }).write() |
| 30 | res.return('删除成功') |
| 31 | } |
| 32 | }, |
| 33 | downLoad: { |
| 34 | async get(req, res) { |
nothing calls this directly
no outgoing calls
no test coverage detected