adjustment group role level

This commit is contained in:
withchao
2023-06-07 17:22:41 +08:00
parent 383334efbe
commit 21cef30ca0
+3 -3
View File
@@ -267,9 +267,9 @@ const (
AppOrdinaryUsers = 1
AppAdmin = 2
GroupOrdinaryUsers = 1
GroupOwner = 2
GroupAdmin = 3
GroupOwner = 1
GroupAdmin = 2
GroupOrdinaryUsers = 3
GroupResponseAgree = 1
GroupResponseRefuse = -1