Browse Source

Update server/notification-providers/dingding.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/687/head
xJoker 3 years ago
committed by GitHub
parent
commit
2d471a5e84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      server/notification-providers/dingding.js

4
server/notification-providers/dingding.js

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

Loading…
Cancel
Save