1.0.1 • Published 4 years ago
@gswl/ddmsg v1.0.1
ddmsg
sendDDMsg("https://oapi.dingtalk.com/robot/send?access_token=xxxxx", {
msgtype: MsgType.text,
text: {
content: "我的消息",
},
at: { isAtAll: true },
})
.then((v) => {
console.log(v);
})
.catch((e) => {
console.log(e);
});
1.0.1
4 years ago