用一个token,视频号中的接口有的可以访问,有的无法访问(原本能访问),为什么呢?【腾讯内部同学】
[图片] 先使用视频号的appid和secret生成了access_token,使用这个access_token可以访问https://api.weixin.qq.com/channels/ec/finderlive/getfinderliverecordlist(获取视频号的当前直播中记录)和https://api.weixin.qq.com/channels/livedashboard/getlivedata接口(获得直播大屏数据)。 后来突然无法访问到https://api.weixin.qq.com/channels/livedashboard/getlivedata接口了,但仍可访问https://api.weixin.qq.com/channels/ec/finderlive/getfinderliverecordlist接口。这是为什么呢?