GET api/newCustomerListMin?uid={uid}&pageIndex={pageIndex}&pageSize={pageSize}
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
uid | integer |
Required |
|
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfreadUserModelName | Description | Type | Additional information |
---|---|---|---|
data | readUserModel |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "readUserList": [ { "photo": "sample string 1", "nickName": "sample string 2", "contID": "sample string 3", "browseTime": 4, "newID": 5, "addTime": "2025/04/04 11:57:42", "title": "sample string 7", "cid": "sample string 8" }, { "photo": "sample string 1", "nickName": "sample string 2", "contID": "sample string 3", "browseTime": 4, "newID": 5, "addTime": "2025/04/04 11:57:42", "title": "sample string 7", "cid": "sample string 8" } ], "total": 1 }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.