diff --git a/controllers/index.js b/controllers/index.js index b3c56d8..69d2872 100644 --- a/controllers/index.js +++ b/controllers/index.js @@ -1,5 +1,5 @@ let index = async (ctx,next)=>{ - console.log(ctx.request.body) + console.log(JSON.stringify(ctx.query)) ctx.body = "ok" next() }