Browse Source

111

pindao-mj
majun 7 months ago
parent
commit
2a674d3b71
  1. 2
      api/channel/v1/channel.go

2
api/channel/v1/channel.go

@ -16,5 +16,5 @@ type GetChannelReq struct {
type GetChannelRes struct { type GetChannelRes struct {
*entity.GoChannels `json:"channel" dc:"单个频道"` *entity.GoChannels `json:"channel" dc:"单个频道"`
List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"` List []*entity.GoShows `json:"shows" dc:"频道下的所有节目和对应创作人"`
Status bool `json:"status" dc:"订阅状态"`
Status bool `json:"status" dc:"订阅状态"`
} }
Loading…
Cancel
Save