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