Update server/notification-providers/dingding.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
xJoker 2021-10-14 07:34:33 +08:00 committed by GitHub
parent cae194f58f
commit 2d471a5e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@ class DingDing extends NotificationProvider {
}
} else {
var params = {
msgtype:"text",
text:{
msgtype: "text",
text: {
content:msg
}
};