为什么API调用数据和后台展示数据存在偏差?
我通过'https://api.weixin.qq.com/datacube/getgameanalysisdata?access_token=${access_token}'这个接口调用广告分成收入的数据。 但是结果和微信后台展示的数据存在偏差。我的参数是: metric:1000170:5, granularity:24 ,start_time:1709654400,end_time:1709740800。 返回的数据结果较微信后台的数据展示每天都存在几块钱的误差。 请问这个是为什么?