- replace literal 'admin' with const

This commit is contained in:
gazebo
2019-03-12 15:53:13 +08:00
parent c46f1597f1
commit 3113e9d603
8 changed files with 14 additions and 9 deletions

View File

@@ -5,6 +5,10 @@ const (
AuthBindStatusDisabled = 2
)
const (
AdminName = "jxadmin"
)
type AuthBind struct {
ModelIDCULD