fix: channel Bark is done

This commit is contained in:
JustSong
2022-11-23 17:30:49 +08:00
parent d9d38d12ed
commit 564817ba94
5 changed files with 87 additions and 2 deletions
+2
View File
@@ -413,6 +413,8 @@ func UpdateSelf(c *gin.Context) {
LarkWebhookSecret: user.LarkWebhookSecret,
DingWebhookURL: user.DingWebhookURL,
DingWebhookSecret: user.DingWebhookSecret,
BarkServer: user.BarkServer,
BarkSecret: user.BarkSecret,
}
channel.TokenStoreUpdateUser(&cleanUser, originUser)