你好,我们现在就是小程序,这几个api都是微信官方提供的
【求助】小程序API接口数据与前台数据不一致- 当前 Bug 的表现(可附上截图) 通过小程序API的接口进行数据自动采集,发现API接口提供的数据与前台数据差异巨大 API接口数据: td x:str="" height="13" width="79" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">新增用户数td x:str="" height="13" width="64" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">活跃用户td x:str="" height="13" width="64" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">打开次数td x:str="" height="13" width="94" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">人均停留时长td x:num="220" height="13" width="79" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">220td x:num="1080" height="13" width="64" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">1080td x:num="2740" height="13" width="64" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">2740td x:num="1153.2324" height="13" width="94" style="color: rgb(0, 0, 0); font-size: 13px; font-weight: 400; font-style: normal; vertical-align: bottom;">1153.2324前台数据: [图片] - 预期表现 API接口数据与前台数据应相同 - 复现路径 trend {'list': [{'ref_date': '20190127', 'session_cnt': 2740, 'visit_pv': 5015, 'visit_uv': 1080, 'visit_uv_new': 220, 'stay_time_uv': 1153.2324, 'stay_time_session': 454.5588, 'visit_depth': 1}]} - 提供一个最简复现 Demo 无
2019-01-29