GET api/sharescustomerdatil/{contID}?page={page}&tp={tp}&pagesize={pagesize}&beginDate={beginDate}&endDate={endDate}
获取某篇文章或者沃分享的分享列表
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| contID | integer |
Required |
|
| page | integer |
Required |
|
| tp | integer |
Required |
|
| pagesize | integer |
Required |
|
| beginDate | date |
None. |
|
| endDate | date |
None. |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfShearCustomerDatilPage| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ShearCustomerDatilPage |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"listsheardatil": [
{
"nickname": "sample string 1",
"photo": "sample string 2",
"hitcount": 3,
"timecount": 4,
"maxdate": "2025/12/26 05:31:06",
"contid": "sample string 6"
},
{
"nickname": "sample string 1",
"photo": "sample string 2",
"hitcount": 3,
"timecount": 4,
"maxdate": "2025/12/26 05:31:06",
"contid": "sample string 6"
}
],
"pervious": {
"id": "sample string 1",
"title": "sample string 2",
"img": "sample string 3"
},
"next": {
"id": "sample string 1",
"title": "sample string 2",
"img": "sample string 3"
},
"current": {
"id": "sample string 1",
"title": "sample string 2",
"img": "sample string 3"
},
"total": 1,
"pagetotal": 2
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.