feat: update InitAutoId to InitAutoID

This commit is contained in:
王性驊 2024-12-27 11:44:04 +08:00
parent 7952af6782
commit c03b65c693
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{