收藏
回答

企业微信群机器人发送文本信息报错40008


curl "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxxxxxxxxxxxxxxxxx" \

   -H 'Content-Type: application/json' \

   -d '

   {

        "msgtype": "text",

        "text": {

            "content": "hello world"

        }

   }'


回答关注问题邀请回答
收藏

1 个回答

  • 企业微信运营专员-千夜
    企业微信运营专员-千夜
    2020-06-22

    您好,看起来是curl推送的json分开来发了,在命令行不要分开,直接执行就可以了

    2020-06-22
    有用
    回复
登录 后发表内容
问题标签