feat: update InitAutoId to InitAutoID
This commit is contained in:
parent
7952af6782
commit
c03b65c693
|
@ -2,7 +2,7 @@ package invited_code
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultCodeLen = 8
|
DefaultCodeLen = 8
|
||||||
InitAutoId = 10000000
|
InitAutoID = 10000000
|
||||||
)
|
)
|
||||||
|
|
||||||
var ConvertTable = []string{
|
var ConvertTable = []string{
|
||||||
|
|
Loading…
Reference in New Issue