This commit is contained in:
wy373226722
2017-04-27 09:13:07 +08:00
parent c83ad71916
commit 3df9391bc1
2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
export let Post = async function (ctx) {
console.log(ctx.request.body)
}
export let Get = async function (ctx) {
ctx.body = '<html>詹文杰' + ctx.query.sex + '</html>'
}