GET api/shareList?orderTp={orderTp}&shareTime={shareTime}&shareNum={shareNum}&pageIndex={pageIndex}&pageSize={pageSize}

请求信息

URI 参数

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
data

UserShearNew

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "userShareList": [
      {
        "id": "sample string 1",
        "newID": 2,
        "addTime": "2024/10/19 08:43:44",
        "num": 4,
        "r": 5,
        "title": "sample string 6",
        "img": "sample string 7"
      },
      {
        "id": "sample string 1",
        "newID": 2,
        "addTime": "2024/10/19 08:43:44",
        "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.