微信小程序获取直播列表接口返回数据丢失?
- 我在通过云函数获取微信小程序 直播列表 API数据、发现得到的直播列表数据丢失,有5条却只显示2条?
- appId 是wxc88c72b28f071ff6
调用的api:uri:'https://api.weixin.qq.com/wxa/business/getliveinfo?access_token=' + event.accessToken
参数 body: {
start: 0,
limit: 10
},