module.exports = { response: function (ctx, id) { ctx.body = `

id: ${id}, name: ${ctx.query.name}

` } }