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

id: ${id}, name: ${name}

` } }