获取图文分享转发数据接口,微信返回中,分享场景为5
发布于 4 年前 作者 tding 1612 次浏览 来自 官方Issues

【背景】:获取图文分享转发数据接口,微信返回中,分享场景为5,在返回参数说明中,没有场景值为5的解释

但在获取图文分享转发数据接口的返回JSON数据包举例中,有显示分享场景返回值为5的举例

{ 
   "list": [ 
       { 
           "ref_date": "2014-12-07", 
           "share_scene": 1, 
           "share_count": 207, 
           "share_user": 11
       }, 
       { 
           "ref_date": "2014-12-07", 
           "share_scene": 5, 
           "share_count": 23, 
           "share_user": 11
       }//后续还有不同share_scene(分享场景)的数据,以及ref_date在begin_date和end_date之间的数据
   ]
}

【问题】:5对应的分享场景是什么?

https://developers.weixin.qq.com/doc/offiaccount/Analytics/Graphic_Analysis_Data_Interface.html

回到顶部