This commit is contained in:
pplokijuhyg 2019-12-23 20:37:08 +08:00
parent 906d3a5e7d
commit 5cd2a56c8c

View File

@ -38,6 +38,7 @@ var getaddlist = async (ctx,next) =>{
next()
}
var dellist = async (ctx,next)=>{
console.log(ctx.query.id)
if(ctx.query.id == undefined){
ctx.body = JSON.stringify({
code : 1,