GET api/shareList?orderTp={orderTp}&shareTime={shareTime}&shareNum={shareNum}&pageIndex={pageIndex}&pageSize={pageSize}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderTp |
1按照时间排序,0按照数量排序 |
integer |
Required |
| shareTime |
分享时间0为正序,1为倒序 |
integer |
Required |
| shareNum |
获客人数0为正序,1为倒序 |
integer |
Required |
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfUserShearNew| Name | Description | Type | Additional information |
|---|---|---|---|
| data | UserShearNew |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"userShareList": [
{
"id": "sample string 1",
"newID": 2,
"addTime": "2026/02/15 08:53:27",
"num": 4,
"r": 5,
"title": "sample string 6",
"img": "sample string 7"
},
{
"id": "sample string 1",
"newID": 2,
"addTime": "2026/02/15 08:53:27",
"num": 4,
"r": 5,
"title": "sample string 6",
"img": "sample string 7"
}
],
"total": 1
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.