From 93e7675bc3c56a228a477fedad6cb1747dc67826 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sun, 22 Jun 2025 16:59:06 +0800 Subject: [PATCH] fix: reset channel key in UpdateChannel function --- controller/channel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/channel.go b/controller/channel.go index 70410295..f99421e6 100644 --- a/controller/channel.go +++ b/controller/channel.go @@ -539,6 +539,7 @@ func UpdateChannel(c *gin.Context) { }) return } + channel.Key = "" c.JSON(http.StatusOK, gin.H{ "success": true, "message": "",