module.exports = app => {return class UserController extends app.Controller {* fetch() {this.ctx.body = app.cache.get(this.ctx.query.id);}};};
https://segmentfault.com/a/1190000008859289 生成函数