diff --git a/api/channel/v1/channel.go b/api/channel/v1/channel.go index 3358b55..b8bb9b3 100644 --- a/api/channel/v1/channel.go +++ b/api/channel/v1/channel.go @@ -16,5 +16,5 @@ type GetChannelReq struct { type GetChannelRes struct { *entity.GoChannels `json:"channel" dc:"单个频道"` List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"` - Status bool `json:"status" dc:"订阅状态"` + Status bool `json:"status" dc:"订阅状态"` } \ No newline at end of file