|
|
@ -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:"订阅状态"` |
|
|
|
} |