Uptime Kuma enterprise WeChat group robot alarm

curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa' \
   -H 'Content-Type: application/json' \
   -d '
   {
    
    
        "msgtype": "text",
        "text": {
    
    
            "content": "hello world"
        }
   }'


Enterprise WeChat group robot key

693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa

Insert image description here

Guess you like

Origin blog.csdn.net/u010953692/article/details/134558823