Kaynağa Gözat

update

master
DengBiao 1 yıl önce
ebeveyn
işleme
62e594c957
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      internal/logic/app/group_app.go

+ 3
- 0
internal/logic/app/group_app.go Dosyayı Görüntüle

@@ -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
}



Yükleniyor…
İptal
Kaydet