提交之前的json格式字符串:
{"msgtype":"markdown","markdown":{"content":"实时新增用户反馈,markdown不支持 @胡明月 @158xxx 嘛?","mentioned_mobile_list":["158xxxx"]}}
返回结果:
{"errcode":0,"errmsg":"ok"}
参考以下文档:https://open.work.weixin.qq.com/api/doc/90000/90136/91770
使用文档类型:提供参数:mentioned_list,mentioned_mobile_list。经测试是可以具体@到某人的。
但是我使用markdown类型时,文档中没有这两个参数,我强行传递之后,@某人也失败。
消息确实是发送成功来的,但是就是没有@具体的人 请问一下是不支持Markdown的下面@具体的人嘛?
您好,机器人的text/markdown类型消息支持在content中使用<@userid>扩展语法来@群成员
哪里错了?
{
"msgtype":"markdown",
"markdown":
{
"content":"[Unit Test](http://localhost:29000/dashboard?id=test) Failed!\nnew_security_rating : ERROR\nnew_maintainability_rating : ERROR\n <@乔峰>"
}
}
{ "msgtype":"markdown", "markdown": { "content":"[Unit Test](http://localhost:29000/dashboard?id=test) Failed!\nnew_security_rating : ERROR\nnew_maintainability_rating : ERROR\n <@乔峰>" } }
试了,不行。
哪里错了?
{
"msgtype": "text",
"text": {
"content": "Just a test. Omit it",
"mentioned_list":["名字"]
}
}