企业微信机器人推送消息

curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=87e21b40-1bb4-456c-9462-27fc06b23111' \
-H 'Content-Type: application/json' \
-d '
{
"msgtype": "text",
"text": {
"content": "hello world"
}
}'

posted @ 2022-11-09 16:43  ahuo  阅读(194)  评论(0编辑  收藏  举报