eg:这里对接口来源进行验证,不想在很多个post请求进行改写,需要重新在原有的router.post的第二个参数异步函数进行扩展
{ ctx.set('Access-Control-Allow-Origin','*') ctx.body = res })
ctx.body = res })