This commit is contained in:
ziming 2025-07-02 11:32:28 +08:00
parent 4f625560e3
commit 388ff8bac4
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func (c *TalkClient) SendMarkdownMessage(title, text string, atMobiles []string,
for _, mobile := range atMobiles {
atStr += fmt.Sprintf("<font color='#00008B'>@%s</font>", mobile)
}
text += fmt.Sprintf("\n请尽快处理@相关人员%s", atStr)
text += fmt.Sprintf("\n请尽快处理%s", atStr)
}
message := map[string]interface{}{