Closed funnyzak closed 1 year ago
示例:
pushoo .notice('dingtalk', { content: `Hello World, ${new Date().getTime()}`, token: 'dingtalktoken', }) .then((rlt) => { console.log(`Pushoo notice success: ${rlt}`); }); pushoo .notice('dingtalk', { content: `## Hello World \n Now: ${new Date().getTime()}`, title: 'Hello World', token: 'dingtalktoken', options: { dingtalk: { msgtype: 'markdown', }, }, }) .then((rlt) => { console.log(`Pushoo notice success: ${rlt}`); });
示例: