微信小程序获取关联公众号文章
发布于 6 年前 作者 chao22 11915 次浏览 来自 问答

微信小程序怎么获取关联公众号的文章

3 回复

倒是能打开。。。获取就真不行了

1.先get获取微信公众号的access_token, appid和secret是公众号的

https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=&secret=

2.post请求公众号文章

https://api.weixin.qq.com/cgi-bin/material/batchget_material?access_token=

参数:        
data: {
  "type": 'news',
  "offset": 0,
  "count": 10
  }

并不支持

回到顶部