From 21cef30ca009a2ef801e14fb4e2f8a847deace39 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Wed, 7 Jun 2023 17:22:41 +0800 Subject: [PATCH] adjustment group role level --- pkg/common/constant/constant.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index 9bb14689e..bca544914 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -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