修复数据

This commit is contained in:
2020-02-24 12:44:42 +08:00
parent 242bbee7f2
commit 1cf1123d15

View File

@@ -1,5 +1,5 @@
let index = async (ctx,next)=>{
console.log(ctx.request.body)
console.log(JSON.stringify(ctx.query))
ctx.body = "ok"
next()
}