dingding-notify
v1.1.2
Published
钉钉通知
Downloads
3
Readme
dingding-notify
钉钉通知
使用方法
import { Dingding } from "dingding-notify";
const dingding = new Dingding({
webhook: "url",
secret: "secret"
});
const body = await dingding.notity({
msgtype: "text",
text: {
content: "this is text test"
}
});