有结果了吗
公众号发布成功后的推送通知报文有误https://developers.weixin.qq.com/doc/offiaccount/Publish/Callback_on_finish.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Publish/Get_article_from_id.html 示例是这样的: <xml> <ToUserName><![CDATA[gh_4d00ed8d6399]]></ToUserName> <FromUserName><![CDATA[oV5CrjpxgaGXNHIQigzNlgLTnwic]]></FromUserName> <CreateTime>1481013459</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[PUBLISHJOBFINISH]]></Event> <PublishEventInfo> <publish_id>2247503051</publish_id> <publish_status>0</publish_status> <article_id><![CDATA[b5O2OUs25HBxRceL7hfReg-U9QGeq9zQjiDvy WP4Hq4]]></article_id> <article_detail> <count>1</count> <item> <idx>1</idx> <article_url><![CDATA[ARTICLE_URL]]></article_url> </item> </article_detail> </PublishEventInfo> </xml> 但我这边返回的是 MASSSENDJOBFINISH 类型 这样就会导致没有ArticleID,没有ArticleID,我就不能获取群发文章的封面图片,怎么破?
04-28这是对应官方文档:https://developers.weixin.qq.com/doc/offiaccount/Publish/Callback_on_finish.html 但我并没有收到 PublishEventInfo 字段信息
公众号配置回调后,发文章并且通知后,服务器收到的信息不包含文章 Id?接收到请求: POST /open/api/wechat/callback/publish/finish 收到header: x-stgw-time=1745803052.177, x-client-proto=http, x-forwarded-proto=http,http, x-client-proto-ver=HTTP/1.1, x-real-ip=175.24.211.157, x-forwarded-for=175.24.211.157,172.20.100.5, user-agent=Mozilla/4.0, accept=*/*, pragma=no-cache, content-type=text/xml, content-length=755, forwarded=proto=http;host="172.20.100.5:8081";for="172.20.100.5:50556", x-forwarded-prefix=/api/wic-business-admin, x-forwarded-port=8081, x-forwarded-host=172.20.100.5:8081, host=172.20.100.14:10142 接收到params: signature=669ad64ee33db3db4d731a548b87782041f8d398, timestamp=1745803052, nonce=1114180724, openid=o6Aqw6U0JsJMGgcLomGgrifEwm8k 接收到body: <xml><ToUserName><![CDATA[gh_a78501af4fdf]]></ToUserName><FromUserName><![CDATA[o6Aqw6U0JsJMGgcLomGgrifEwm8k]]></FromUserName><CreateTime>1745803052</CreateTime><MsgType><![CDATA[event]]></MsgType><Event><![CDATA[MASSSENDJOBFINISH]]></Event><MsgID>1000000014</MsgID><Status><![CDATA[send success]]></Status><TotalCount>11</TotalCount><FilterCount>11</FilterCount><SentCount>11</SentCount><ErrorCount>0</ErrorCount><CopyrightCheckResult><Count>0</Count><ResultList></ResultList><CheckState>0</CheckState></CopyrightCheckResult><ArticleUrlResult><Count>1</Count><ResultList><item><ArticleIdx>1</ArticleIdx><ArticleUrl><![CDATA[http://mp.weixin.qq.com/s/CNAtxiY5dr61p5QB5hTU6g]]></ArticleUrl></item></ResultList></ArticleUrlResult></xml> 希望解惑
04-28