update
This commit is contained in:
7
src/controllers/zwj.js
Normal file
7
src/controllers/zwj.js
Normal file
@ -0,0 +1,7 @@
|
||||
export let Post = async function (ctx) {
|
||||
console.log(ctx.request.body)
|
||||
}
|
||||
|
||||
export let Get = async function (ctx) {
|
||||
ctx.body = '<html>詹文杰' + ctx.query.sex + '</html>'
|
||||
}
|
Reference in New Issue
Block a user