🐛 file name contains +

pull/548/head
微凉 2021-11-07 22:12:52 +08:00
parent db7bff2d61
commit 9ed5b6e581
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func Down(ctx *fiber.Ctx) error {
} }
func Proxy(ctx *fiber.Ctx) error { func Proxy(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)
} }