- 用户添加角色时,判断用户类型
This commit is contained in:
@@ -6,10 +6,11 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
UserTypeConsumer = 1
|
||||
UserTypeStoreBoss = 2
|
||||
UserTypeOperator = 4
|
||||
UserTypeBoss = 8
|
||||
UserTypeConsumer = 1
|
||||
UserTypeStoreBoss = 2
|
||||
UserTypeOperator = 4
|
||||
UserTypeBoss = 8
|
||||
UserTypeNonConsumer = ^1
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user