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
}
