Compare commits

..

1 Commits

Author SHA1 Message Date
王性驊 c03b65c693 feat: update InitAutoId to InitAutoID 2024-12-27 11:44:04 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package invited_code
const ( const (
DefaultCodeLen = 8 DefaultCodeLen = 8
InitAutoId = 10000000 InitAutoID = 10000000
) )
var ConvertTable = []string{ var ConvertTable = []string{