拥有此API的权限集 |
---|
页面统计管理-查询页面统计信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.channel.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxx"
}'
{
"code": 0,
"msg": "成功",
"data": {
"id": 95920,
"name": "渠道名称"
}
}