api:https://api.weixin.qq.com/cgi-bin/comment/reply/add?access_token=
通过这个接口,回复用户的留言,接口返回ok,我的微信也能收到留言成功的通知
为何文章上面没有显示
文章地址:https://mp.weixin.qq.com/s/QThrMbvnTOqQDckn7Oczjg
同时如果重复调用上面的api,会提示已经评论过了
拉取留言的API:https://api.weixin.qq.com/cgi-bin/comment/list?access_token= 也是能够获取到上面接口评论的结果,这里是不是文章出现了问题?
你好,API是不支持多轮回复的。多轮回复需要在公众号后台进行操作
请求body:
{
"msg_data_id" : "2247487033_3",
"index" : 2,
"user_comment_id" : "8",
"content" : "接口回复"
}
请求时间 : 2023-04-23 10:11
响应:
{"errcode":0,"errmsg":"ok"}
页面上仍然没有效果
第二次请求的响应:{"errcode":88005,"errmsg":"already reply rid: 64449407-4c4c6550-08a4ca2c"}
appid:wx974c27c7d6785bf2
文章地址:https://mp.weixin.qq.com/s/QThrMbvnTOqQDckn7Oczjg
调用获取评论列表的接口:
https://api.weixin.qq.com/cgi-bin/comment/list?access_token=xxxxxxxxxx
可以看到响应数据:如图