From 442426d2b9fc971f3c3e9941480b0c61cbccee65 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Thu, 8 Jun 2023 17:36:43 +0800 Subject: [PATCH] group 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 bca544914..697694e87 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -267,9 +267,9 @@ const ( AppOrdinaryUsers = 1 AppAdmin = 2 - GroupOwner = 1 - GroupAdmin = 2 - GroupOrdinaryUsers = 3 + GroupOwner = 100 + GroupAdmin = 60 + GroupOrdinaryUsers = 20 GroupResponseAgree = 1 GroupResponseRefuse = -1