This commit is contained in:
yangduo 2024-08-29 16:20:48 +08:00
parent 481529614e
commit 2172dba675

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 { func (this *ActiveCodeApi) genCode(n int) string {
var sb strings.Builder var sb strings.Builder