egg的使用方法 1.controller 获取POST的参数 const {ctx,serivce} = this; let body = ctx.request.body // 获取POST的参数 let id = ctx.query.id // 获取GET的参数