fix: resolve qq and dingtalk in hash secret
This commit is contained in:
parent
9cbb4ab7ad
commit
7764d077cd
1 changed files with 2 additions and 2 deletions
|
|
@ -51,9 +51,9 @@ func hiddenValues(key string, value map[string]any, ch config.ChannelsConfig) {
|
|||
case "wecom":
|
||||
value["secret"] = ch.WeCom.Secret()
|
||||
case "dingtalk":
|
||||
value["secret"] = ch.QQ.AppSecret()
|
||||
case "qq":
|
||||
value["secret"] = ch.DingTalk.ClientSecret()
|
||||
case "qq":
|
||||
value["secret"] = ch.QQ.AppSecret()
|
||||
case "irc":
|
||||
value["password"] = ch.IRC.Password()
|
||||
value["serv_password"] = ch.IRC.NickServPassword()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue