update suffix of dingtalk message

This commit is contained in:
bossgeekgo
2024-02-10 18:31:04 +08:00
parent 31aafa790a
commit 6e56d7b63a
+1 -1
View File
@@ -2,7 +2,7 @@ export function createTextMessage (text) {
return JSON.stringify({ return JSON.stringify({
"msgtype": "text", "msgtype": "text",
"text": { "text": {
"content": `${text}【geekgo】` "content": `${text}bossgeekgo】`
} }
}) })
} }