企业微信机器人发消息 2021-01-07 sre curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1111111111111111111111' \ -H 'Content-Type: application/json' \ -d ' { "msgtype": "text", "text": { "content": "hello world" } }'
2021-01-07 sre curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1111111111111111111111' \ -H 'Content-Type: application/json' \ -d ' { "msgtype": "text", "text": { "content": "hello world" } }'