ddrobot
v1.0.0
Published
钉钉机器人
Downloads
2
Readme
ddrobot
钉钉机器人组件
Install
yarn add ddrobot
Use
const DDRobot = require('ddrobot')
const robot = new DDRobot({
accessToken: '82eb8a738974405431612de0ea2a85c9638d68abcaa4579da1f3efa79811e91a'
})
robot
.send({
})
.then()
.catch()