收藏
回答

Jenkins集成企业微信群机器人,发消息"errcode":40008?

jenkins使用插件是没问题的。但是想自己配置机器人发的消息内容,于是根据机器人配置说明
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"
        }
   }'

但是报错:{"errcode":40008,"errmsg":"Warning: wrong json format. invalid message type, hint: [1662098452354960706923189], 


最后一次编辑于  2022-09-02
回答关注问题邀请回答
收藏
登录 后发表内容