fix: reset channel key in UpdateChannel function

This commit is contained in:
CaIon
2025-06-22 16:59:06 +08:00
parent df862732df
commit 93e7675bc3

View File

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