From 2172dba6751ecb0a02fb8168fe119e2e48bd4712 Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 29 Aug 2024 16:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/adminserver/api/v1/system/activecode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/adminserver/api/v1/system/activecode.go b/server/adminserver/api/v1/system/activecode.go index bef693aa..e05ae7b0 100644 --- a/server/adminserver/api/v1/system/activecode.go +++ b/server/adminserver/api/v1/system/activecode.go @@ -90,7 +90,7 @@ func (aca *ActiveCodeApi) GenCode(c *gin.Context) { }) } -const strpol = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz" +const strpol = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789abcdefghjkmnpqrstuvwxyz" func (this *ActiveCodeApi) genCode(n int) string { var sb strings.Builder