修复数据
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let index = async (ctx,next)=>{
|
||||
console.log(ctx.request.body)
|
||||
console.log(JSON.stringify(ctx.query))
|
||||
ctx.body = "ok"
|
||||
next()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user