GET friend/moments?pageSize={pageSize}

朋友圈助手第一页

请求信息

URI 参数

NameDescriptionTypeAdditional information
pageSize

integer

Default value is 10

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfListOfComplexMoment
NameDescriptionTypeAdditional information
data

ComplexMoment 集合

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": [
    {
      "mclass": {
        "id": 1,
        "name": "sample string 2"
      },
      "momentlist": [
        {
          "id": "sample string 1",
          "cont": "sample string 2",
          "name": "sample string 3",
          "userimage": "sample string 4",
          "forwordnum": 5,
          "dname": "sample string 6",
          "lastforwordtime": "2024/10/19 08:58:05",
          "passtime": "2024/10/19 08:58:05",
          "isShow": true,
          "className": "sample string 9",
          "addtimeshow": "刚刚",
          "ImgList": [
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            },
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            }
          ]
        },
        {
          "id": "sample string 1",
          "cont": "sample string 2",
          "name": "sample string 3",
          "userimage": "sample string 4",
          "forwordnum": 5,
          "dname": "sample string 6",
          "lastforwordtime": "2024/10/19 08:58:05",
          "passtime": "2024/10/19 08:58:05",
          "isShow": true,
          "className": "sample string 9",
          "addtimeshow": "刚刚",
          "ImgList": [
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            },
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            }
          ]
        }
      ]
    },
    {
      "mclass": {
        "id": 1,
        "name": "sample string 2"
      },
      "momentlist": [
        {
          "id": "sample string 1",
          "cont": "sample string 2",
          "name": "sample string 3",
          "userimage": "sample string 4",
          "forwordnum": 5,
          "dname": "sample string 6",
          "lastforwordtime": "2024/10/19 08:58:05",
          "passtime": "2024/10/19 08:58:05",
          "isShow": true,
          "className": "sample string 9",
          "addtimeshow": "刚刚",
          "ImgList": [
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            },
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            }
          ]
        },
        {
          "id": "sample string 1",
          "cont": "sample string 2",
          "name": "sample string 3",
          "userimage": "sample string 4",
          "forwordnum": 5,
          "dname": "sample string 6",
          "lastforwordtime": "2024/10/19 08:58:05",
          "passtime": "2024/10/19 08:58:05",
          "isShow": true,
          "className": "sample string 9",
          "addtimeshow": "刚刚",
          "ImgList": [
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            },
            {
              "id": 1,
              "momentid": 2,
              "image": "sample string 3",
              "heigth": 4,
              "width": 5
            }
          ]
        }
      ]
    }
  ],
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.