获取公众号"成功发布列表"时,为什么返回为空?
开发者可以获取已成功发布的消息列表。 http 请求方式:POST(请使用https协议)https://api.weixin.qq.com/cgi-bin/freepublish/batchget?access_token=ACCESS_TOKEN 该操作能否获取通过公众号网页发送的图文消息?或者只能获取通过接口发出去的消息? post的数据为: { "offset":1, "count":1, "no_content":0 } 返回值为: {"item":[],"total_count":0,"item_count":0}