编辑渠道时显示key

This commit is contained in:
quzard 2023-06-02 21:06:11 +08:00
parent 7228409c15
commit c71731d2be

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,