0
点赞
收藏
分享

微信扫一扫

企业微信机器人推送消息

月孛星君 2022-11-14 阅读 95

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"
}
}'

举报

相关推荐

0 条评论