update suffix of dingtalk message

This commit is contained in:
bossgeekgo
2024-02-10 18:31:04 +08:00
parent 31aafa790a
commit 6e56d7b63a

View File

@@ -2,7 +2,7 @@ export function createTextMessage (text) {
return JSON.stringify({
"msgtype": "text",
"text": {
"content": `${text}【geekgo】`
"content": `${text}bossgeekgo】`
}
})
}