{
"token": "b46eda34-bf02-452b-b518-75d68a7159ab",
"param": {
"blockId": 327,
"contentIds": [100, 200]
}
}curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/getContentStatistics' \
--header 'Access-token: b46eda34-bf02-452b-b518-75d68a7159ab' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "b46eda34-bf02-452b-b518-75d68a7159ab",
"param": {
"blockId": 327,
"contentIds": [100, 200]
}
}'{
"code": "0",
"message": "success",
"result": [
{
"contentId": 100,
"statisticsList": [
{
"code": "visit_content_times",
"title": "访问内容次数",
"value": 10
}
]
},
{
"contentId": 200,
"statisticsList": [
{
"code": "visit_content_times",
"title": "访问内容次数",
"value": 20
}
]
}
]
}