This commit is contained in:
quzard 2023-06-08 22:20:48 +08:00 committed by GitHub
parent d18a9922c7
commit 139e08edba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,