This commit is contained in:
aozhiwei 2024-08-29 16:41:10 +08:00
commit 9ade2fe184

View File

@ -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