From 2a674d3b711ed21f62be4f6d380620f0271115a9 Mon Sep 17 00:00:00 2001 From: majun <3060162534@qq.com> Date: Sat, 30 Nov 2024 13:48:45 +0800 Subject: [PATCH] 111 --- api/channel/v1/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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