From 80b41961c0f9f4cc828bce17984aa9c09e427e48 Mon Sep 17 00:00:00 2001 From: majun <3060162534@qq.com> Date: Wed, 4 Dec 2024 14:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/channel/v1/channel.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/channel/v1/channel.go b/api/channel/v1/channel.go index 1400f40..6346673 100644 --- a/api/channel/v1/channel.go +++ b/api/channel/v1/channel.go @@ -30,7 +30,6 @@ type GetChannelReq struct { type GetChannelRes struct { *Channel `json:"channel" dc:"单个频道"` List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"` - } type GetChannelListReq struct {