登录功能完成

This commit is contained in:
2022-10-04 00:36:01 +08:00
parent 26278707bb
commit 968eab9b06
31 changed files with 1022 additions and 36 deletions

7
pkg/common/errcode.go Normal file
View File

@@ -0,0 +1,7 @@
package common
const (
LoginErrorCode = 2001
NoPermission = 2002
LoginExpired = 2003
)