Linux下企业微信机器人定时发送消息提醒(小白篇)

2020-03-20  本文已影响0人  IT胖

官方文档:https://work.weixin.qq.com/help?doc_id=13376

   curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=373befxxxxxxxxxxxe3' \
   -H 'Content-Type: application/json' \
   -d '
   {
        "msgtype": "text",
        "text": {
            "content": "[太阳]各位小伙伴,健康申报天天有约![呲牙]\n [爱心]请点击以下链接\nhttps://www.wjx.cn/jq/55555555555357.aspx\n[嘿哈][嘿哈]",
            "mentioned_list":["@all"]
        }
   }'
image.png
0 10 * * 1,3,5,7 /root/mile/tixing.sh 
#每周一、三、五、七上午10点执行tixing.sh
红色为星号解释.png 查看脚本路径
上一篇 下一篇

猜你喜欢

热点阅读