Ver código fonte

update

master
DengBiao 1 ano atrás
pai
commit
62e594c957
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      internal/logic/app/group_app.go

+ 3
- 0
internal/logic/app/group_app.go Ver arquivo

@@ -54,6 +54,9 @@ func (*groupApp) GetGroup(ctx context.Context, groupId int64) (*pb.Group, error)
}
}
}
utils.FilePutContents("GetGroup", utils.SerializeStr(map[string]interface{}{
"resp": group.ToProto(),
}))
return group.ToProto(), nil
}



Carregando…
Cancelar
Salvar