Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Independent
/
gim
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
update
master
DengBiao
1 ano atrás
pai
5f8596b029
commit
3e5371a3f2
2 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
internal/logic/app/group_app.go
+1
-0
pkg/proto/push.ext.proto
+ 1
- 0
internal/logic/app/group_app.go
Ver arquivo
@@ -27,6 +27,7 @@ func (*groupApp) CreateGroup(ctx context.Context, userId int64, in *pb.CreateGro
if err != nil {
return 0, err
}
err = group.PushAddMember(ctx, userId, in.MemberIds)
return group.Id, nil
}
+ 1
- 0
pkg/proto/push.ext.proto
Ver arquivo
@@ -13,6 +13,7 @@ enum PushCode {
PC_UPDATE_GROUP = 110; // 更新群组
PC_ADD_GROUP_MEMBERS = 120; // 添加群组成员
PC_REMOVE_GROUP_MEMBER = 121; // 移除群组成员
PC_BANNED_GROUP_MEMBER = 122; // 禁言群组成员
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar