Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
ae73cedd12
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      gim/logic.ext.proto

+ 2
- 1
gim/logic.ext.proto Ver fichero

@@ -210,8 +210,9 @@ message AddGroupMembersResp {

enum MemberType {
GMT_UNKNOWN = 0; // 未知
GMT_ADMIN = 1; // 管理员
GMT_ADMIN = 1; // 群主
GMT_MEMBER = 2; // 成员
GMT_MANAGE = 3; // 管理员
}

message UpdateGroupMemberReq {


Cargando…
Cancelar
Guardar