From 88ea78d67b150e5fa1fa4e872d740c9cb2849993 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 12 Oct 2023 11:25:26 +0800 Subject: [PATCH] fix --- utils/selfdefine_base64/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/selfdefine_base64/base.go b/utils/selfdefine_base64/base.go index 154fc164..5c94578b 100644 --- a/utils/selfdefine_base64/base.go +++ b/utils/selfdefine_base64/base.go @@ -44,7 +44,7 @@ const ( "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" ) -const encodeStd = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789#@" +const encodeStd = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@" const encodeURL = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_" // NewEncoding returns a new padded Encoding defined by the given alphabet,