GET api/VobaoShare/GetVisitLog?pageIndex={pageIndex}&pageSize={pageSize}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfIndexReport| Name | Description | Type | Additional information |
|---|---|---|---|
| data | IndexReport |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"data": [
{
"ID": 1,
"VisitTp": 2,
"ReferID": 3,
"ReferName": "sample string 4",
"UserName": "sample string 5",
"IMG": "sample string 6",
"addtime": "sample string 7",
"TimeLength": 8,
"OpenID": "sample string 9",
"FromVobaoID": 10,
"FromUserID": 11,
"VisiteCount": 12
},
{
"ID": 1,
"VisitTp": 2,
"ReferID": 3,
"ReferName": "sample string 4",
"UserName": "sample string 5",
"IMG": "sample string 6",
"addtime": "sample string 7",
"TimeLength": 8,
"OpenID": "sample string 9",
"FromVobaoID": 10,
"FromUserID": 11,
"VisiteCount": 12
}
],
"total": 1
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.