curl --location --request GET 'http://prod-cn.your-api-server.com/docs//viewers?_startIndex=开始序号&_maxResults=返回结果数'
[
{
"id": "string",
"spaceId": "string",
"docId": "string",
"viewerId": "string",
"visitNum": 0,
"downloadNum": 0,
"favoriteAt": null,
"totalDuration": 0,
"lastVisitedAt": "string",
"mobile": null,
"email": null,
"likedAt": "string",
"sharedNum": 0,
"orderNo": "string",
"payedAt": null,
"payedAmount": null,
"deviceIds": null,
"createdAt": "string",
"updatedAt": "string",
"viewer": {
"id": "string",
"avatar": "string",
"name": "string",
"platform": "string"
}
}
]