正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -239,6 +239,7 @@ func CheckUuid(ctx *context.Context) (result bool) { | @@ -239,6 +239,7 @@ func CheckUuid(ctx *context.Context) (result bool) { | ||
239 | //AllowOption 允许跨域请求 | 239 | //AllowOption 允许跨域请求 |
240 | var AllowOption = func(ctx *context.Context) { | 240 | var AllowOption = func(ctx *context.Context) { |
241 | if ctx.Request.Method != "OPTIONS" { | 241 | if ctx.Request.Method != "OPTIONS" { |
242 | + log.Debug(fmt.Sprintf("receive:%v method:%v", ctx.Request.RequestURI, ctx.Request.Method)) | ||
242 | return | 243 | return |
243 | } | 244 | } |
244 | f := cors.Allow(&cors.Options{ | 245 | f := cors.Allow(&cors.Options{ |
-
请 注册 或 登录 后发表评论