{"errcode":40008,"errmsg":"invalid message type, hint: [1626692629_149_cdbaef848853c12bc9f3f6dbb2398756], from ip: 183.134.163.121, more info at https://open.work.weixin.qq.com/devtool/query?e=40008"}
小程序发送消息失败提示这个,msgtype=miniprogram_notice
POST https://qyapi.weixin.qq.com/cgi-bin/message/send?touser=NanQiangBuChuo&msgtype=miniprogram_notice&access_token=xxxxxxxxxx&agentid=1000081&debug=1&miniprogram_notice={"appid": "wxcd5bc64d260be51a","agentid": "1000081","title": "QYWX","content_item": [{"key": "mz","value": "JZY"}]}
你好,发送应用消息,请求内容应该是在body里面的
这是个 POST 请求,请求数据应该在请求正文里,JSON 格式的,你这咋变成 URL 键值对参数了?