|
@ -30,7 +30,6 @@ type GetChannelReq struct { |
|
|
type GetChannelRes struct { |
|
|
type GetChannelRes struct { |
|
|
*Channel `json:"channel" dc:"单个频道"` |
|
|
*Channel `json:"channel" dc:"单个频道"` |
|
|
List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"` |
|
|
List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"` |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type GetChannelListReq struct { |
|
|
type GetChannelListReq struct { |
|
|