接口地址:https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=8pahfUukGrpXxbmgjTJ-
请求参数:
{
"touser" : "ZhangYanQiang",
"toparty": "",
"totag": "",
"msgtype" : "miniprogram_notice",
"miniprogram_notice" : {
"appid": "wx68e53fe241bfefbb",
"page": "pages/base/base",
"title": "会议室预订成功通知",
"description": "4月27日 16:16",
"emphasis_first_item": true,
"content_item": [
{
"key": "会议室",
"value": "402"
},
{
"key": "会议地点",
"value": "广州TIT-402会议室"
},
{
"key": "会议时间",
"value": "2018年8月1日 09:00-09:30"
},
{
"key": "参与人员",
"value": "周剑轩"
}
]
},
"enable_id_trans": 0,
"enable_duplicate_check": 0,
"duplicate_check_interval": 1800
}
返回信息
{
"errcode": 40008,
"errmsg": "invalid message type, hint: [1590577255_79_0c47b56d5b519b7e4ffa66d586f233ff], from ip: 36.110.81.66, more info at https://open.work.weixin.qq.com/devtool/query?e=40008"
}
您好,看日志请求内容是空的,可以先用页面工具https://work.weixin.qq.com/api/devtools/devtool.php或者postman测试调用下这个接口会不会有这个报错