小程序
小游戏
企业微信
微信支付
扫描小程序码分享
该接口不能正确返回最新图文素材
https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/Get_materials_list.html
两天前还能正常返回,这两天返回素材有问题,并非按一组图文返回,2-4条的图文不见了。
请求参数: $array = array("type" => "news","offset" => 0,"count" => 1);
是不是接口改了?
4篇图文
接口仅返回一篇
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请问解决了吗?我这边遇到样的问题
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
您好,
1、获取的素材篇数和实际的不一致
2、参数正确(3天以前一直都是这样运行了一年多)
3、 9月16 12:19:00调用一次,返回结果如问题发布的两张图,不匹配。
请求方式:
$array = array("type" => "news","offset" => 0,"count" => 1);
$result = vpost("https://api.weixin.qq.com/cgi-bin/material/batchget_material?access_token={$token}",json_encode($array));
$result = json_decode($result,true);
print_r($result);
打印结果:
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请问解决了吗?我这边遇到样的问题
您好,
1、获取的素材篇数和实际的不一致
2、参数正确(3天以前一直都是这样运行了一年多)
3、 9月16 12:19:00调用一次,返回结果如问题发布的两张图,不匹配。
请求方式:
$array = array("type" => "news","offset" => 0,"count" => 1);
$result = vpost("https://api.weixin.qq.com/cgi-bin/material/batchget_material?access_token={$token}",json_encode($array));
$result = json_decode($result,true);
print_r($result);
打印结果: