console
This commit is contained in:
parent
906d3a5e7d
commit
5cd2a56c8c
@ -38,6 +38,7 @@ var getaddlist = async (ctx,next) =>{
|
|||||||
next()
|
next()
|
||||||
}
|
}
|
||||||
var dellist = async (ctx,next)=>{
|
var dellist = async (ctx,next)=>{
|
||||||
|
console.log(ctx.query.id)
|
||||||
if(ctx.query.id == undefined){
|
if(ctx.query.id == undefined){
|
||||||
ctx.body = JSON.stringify({
|
ctx.body = JSON.stringify({
|
||||||
code : 1,
|
code : 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user