From c71731d2be26abcd74d66b391304a9d64aeca40b Mon Sep 17 00:00:00 2001 From: quzard <1191890118@qq.com> Date: Fri, 2 Jun 2023 21:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B8=A0=E9=81=93=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BAkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/channel.go b/controller/channel.go index 8afc0eed..2fda865e 100644 --- a/controller/channel.go +++ b/controller/channel.go @@ -57,7 +57,7 @@ func GetChannel(c *gin.Context) { }) return } - channel, err := model.GetChannelById(id, false) + channel, err := model.GetChannelById(id, true) if err != nil { c.JSON(http.StatusOK, gin.H{ "success": false,