作者 yangfu

数据

... ... @@ -96,7 +96,7 @@ var AllowOption = func(ctx *context.Context) {
})
f(ctx)
ctx.Output.SetStatus(204)
ctx.Output.Body(nil)
ctx.Output.Body([]byte("{}"))
return
}
... ...