拥有此API的权限集 |
---|
页面统计管理-查询页面统计信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.page_stat.detail/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxx",
"channel_id":0
}'
{
"code": 0,
"msg": "成功",
"data": {
"channel_id": "xxx",
"channel_name": "页面统计名称",
"resource_type": 6,
"resource_name": "",
"img_url": "",
"monitor_state": 0,
"created_at": "2021-08-03 17:11:10",
"update_at": "2021-08-03 17:11:11",
"pv": 0,
"pay_price": 0
}
}