实现管理员的用户增删改功能
This commit is contained in:
@@ -22,6 +22,9 @@ const (
|
||||
ScopeResourceRead = string("resource:read")
|
||||
ScopeResourceWrite = string("resource:write")
|
||||
|
||||
ScopeUserRead = string("user:read")
|
||||
ScopeUserWrite = string("user:write")
|
||||
|
||||
ScopeCouponRead = string("coupon:read")
|
||||
ScopeCouponWrite = string("coupon:write")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user