controller/service
controller控制器
https://eggjs.org/zh-cn/basics/controller.html
https://eggjs.org/zh-cn/basics/service.html
定义的 Controller 类,Service都会有下面几个属性挂在 this
上。
this.ctx
this.app
this.service:
服务之间可以调用服务。this.config
this.logger
service
Last updated
Was this helpful?