소스 검색

add 撤回消息

master
DengBiao 1 년 전
부모
커밋
9b50ebfd31
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      gim/logic.ext.proto

+ 4
- 3
gim/logic.ext.proto 파일 보기

@@ -188,9 +188,10 @@ message Group {
string avatar_url = 3; // 头像
string introduction = 4; // 简介
int32 user_mum = 5; // 用户数
string extra = 6; // 附加字段
int64 create_time = 7; // 创建时间
int64 update_time = 8; // 更新时间
int32 is_all_member_banned = 6; // 是否全员禁言(1:是 2:否)
string extra = 7; // 附加字段
int64 create_time = 8; // 创建时间
int64 update_time = 9; // 更新时间
}

message GetGroupsResp {


불러오는 중...
취소
저장