fix: reset channel key in UpdateChannel function

This commit is contained in:
CaIon 2025-06-22 16:59:06 +08:00
parent d084083e05
commit 9121a593d7

View File

@ -539,6 +539,7 @@ func UpdateChannel(c *gin.Context) {
})
return
}
channel.Key = ""
c.JSON(http.StatusOK, gin.H{
"success": true,
"message": "",