作者 yangfu

数据

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