From aef815c6ff06f4f349a8d559d88b964267ef61a5 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 21 Mar 2024 19:01:08 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=92=A4=E5=9B=9E=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gim/logic.ext.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gim/logic.ext.proto b/gim/logic.ext.proto index 46fe5b5..4f67202 100644 --- a/gim/logic.ext.proto +++ b/gim/logic.ext.proto @@ -195,10 +195,10 @@ message Group { string introduction = 4; // 简介 int32 user_mum = 5; // 用户数 int32 is_all_member_banned = 6; // 是否全员禁言(1:是 2:否) - int32 is_all_add_friend = 7; // 是否允许加好友(1:是 2:否) - string extra = 8; // 附加字段 - int64 create_time = 9; // 创建时间 - int64 update_time = 10; // 更新时间 + int32 is_all_add_friend = 10; // 是否允许加好友(1:是 2:否) + string extra = 7; // 附加字段 + int64 create_time = 8; // 创建时间 + int64 update_time = 9; // 更新时间 } message GetGroupsResp {