拥有此API的权限集 |
---|
页面统计管理-页面统计操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.page_stat.edit/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxx",
"channel_name": "xxx",
"places_id":" xxx",
"channel_id": "xxx"
}'
{
"code": 0,
"msg": "成功",
"data": {
"share_url": "https://xxx",
"channel_id": "xxx"
}
}