收藏
回答

获取小程序广告细分数据的接口目前返回数据还是空,下面是实际的请求,这个如何解决?

curl --location --request GET 'https://api.weixin.qq.com/publisher/stat?access_token=*********&action=publisher_adunit_general'


--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)'


--header 'Content-Type: application/json'


--header 'Accept: */*'


--header 'Host: api.weixin.qq.com'


--header 'Connection: keep-alive'


--data-raw '{


"page": 0,


"page_size": 20,


"start_date": "2026-07-01",


"end_date":"2026-07-05",


"ad_unit_id":"adunit-444f57c73e26dc1f"


}'


返回的数据:


{


"base_resp": {


"err_msg": "ok",


"ret": 0


},


"ret": 0,


"total_num": 0


}


回答关注问题邀请回答
收藏

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    星期一 15:37
    有用
登录 后发表内容