🐛 file name contains +

pull/548/head
微凉 2021-11-07 23:05:50 +08:00
parent 9ed5b6e581
commit ac8f5d5737
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
) )
func Down(ctx *fiber.Ctx) error { func Down(ctx *fiber.Ctx) error {
rawPath, err:= url.QueryUnescape(ctx.Params("*")) rawPath, err:= url.PathUnescape(ctx.Params("*"))
if err != nil { if err != nil {
return ErrorResp(ctx,err,500) return ErrorResp(ctx,err,500)
} }