登录功能完成
This commit is contained in:
7
pkg/common/errcode.go
Normal file
7
pkg/common/errcode.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
const (
|
||||
LoginErrorCode = 2001
|
||||
NoPermission = 2002
|
||||
LoginExpired = 2003
|
||||
)
|
||||
Reference in New Issue
Block a user