# 朋友圈列表分页

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/qw/doApi:
    post:
      summary: 朋友圈列表分页
      deprecated: false
      description: >-
        <div style="background: linear-gradient(135deg, rgba(255, 213, 145,
        0.45) 0%, rgba(255, 255, 255, 0.06) 100%); border: 1px solid rgba(255,
        236, 202, 0.7); border-radius: 12px; padding: 20px 28px; margin-bottom:
        20px; box-shadow: 0 4px 12px rgba(250, 140, 22, 0.08);">
          <h3 style="margin: 0 0 8px 0; font-size: 18px; font-weight: 600; color: inherit; border: none; padding-bottom: 0;">朋友圈列表分页</h3>
          <p style="margin: 0; font-size: 14px; color: inherit; line-height: 1.6;">分页查询朋友圈动态列表。</p>
        </div>
      tags:
        - API参考/媒体与运营/朋友圈模块
      parameters:
        - name: Content-Type
          in: header
          description: ''
          required: true
          example: application/json
          schema:
            type: string
        - name: X-QIWEI-TOKEN
          in: header
          description: >-
            <p style="margin: 0; font-size: 14px; color: inherit; line-height:
            1.6;">进入 <a href="https://new.qiweapi.com/tokens" style="color:
            inherit; text-decoration: underline; font-weight: 600;">应用凭证</a>，复制
            <code style="color: inherit; background: rgba(82, 196, 26, 0.08);
            border: 1px solid rgba(82, 196, 26, 0.1); padding: 2px 4px;
            border-radius: 3px;">TokenId</code>。</p>
          required: true
          example: '{{tokenId}}'
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                method:
                  type: string
                  title: 执行方法
                  description: >-
                    <code style="color: inherit; background: rgba(82, 196, 26,
                    0.08); border: 1px solid rgba(82, 196, 26, 0.1); padding:
                    2px 4px; border-radius: 3px;">/sns/getSnsRecord</code>
                params:
                  type: object
                  properties:
                    guid:
                      type: string
                      title: 设备 ID
                      description: >-
                        <p style="margin: 0; font-size: 14px; color: inherit;
                        line-height: 1.6;">设备唯一标识 <code style="color: inherit;
                        background: rgba(82, 196, 26, 0.08); border: 1px solid
                        rgba(82, 196, 26, 0.1); padding: 2px 4px; border-radius:
                        3px;">guid</code>，由「创建设备」接口返回，业务接口必传。</p>
                    maxSeq:
                      type: integer
                      description: >-
                        <p style="margin: 0; font-size: 14px; color: inherit;
                        line-height: 1.6;">查询 maxSeq 时间戳(毫秒) 之前发布的朋友圈；0：查全部</p>
                      title: 最大Seq
                    limit:
                      type: integer
                      title: 每页数量
                      description: ''
                  required:
                    - guid
                    - maxSeq
                    - limit
                  x-apifox-orders:
                    - guid
                    - maxSeq
                    - limit
                  title: 请求参数
              required:
                - method
                - params
              x-apifox-orders:
                - method
                - params
            example:
              method: /sns/getSnsRecord
              params:
                guid: '{{guid}}'
                maxSeq: 0
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                    title: 状态码
                    description: >-
                      <p style="margin: 0; font-size: 14px; color: inherit;
                      line-height: 1.6;">状态码，<code style="color: inherit;
                      background: rgba(82, 196, 26, 0.08); border: 1px solid
                      rgba(82, 196, 26, 0.1); padding: 2px 4px; border-radius:
                      3px;">0</code> 成功。</p>
                  data:
                    type: object
                    properties:
                      snsDetailList:
                        type: array
                        items:
                          type: object
                          properties:
                            activeIdList:
                              type: 'null'
                              title: 活跃Id列表
                              description: ''
                            authorVid:
                              type: integer
                              title: 作者Vid
                              description: ''
                            commentList:
                              type: array
                              items:
                                type: object
                                properties:
                                  commentContent:
                                    type: string
                                    title: 评论内容
                                    description: ''
                                  commentFromId:
                                    type: integer
                                    title: 评论来源Id
                                    description: ''
                                  commentId:
                                    type: integer
                                    title: 评论Id
                                    description: ''
                                  commentRefId:
                                    type: integer
                                    title: 评论引用Id
                                    description: ''
                                  commentSnsId:
                                    type: integer
                                    title: 评论朋友圈Id
                                    description: ''
                                  commentTime:
                                    type: integer
                                    title: 评论时间
                                    description: ''
                                x-apifox-orders:
                                  - commentContent
                                  - commentFromId
                                  - commentId
                                  - commentRefId
                                  - commentSnsId
                                  - commentTime
                              title: 评论列表
                              description: ''
                            likeList:
                              type: array
                              items:
                                type: object
                                properties:
                                  time:
                                    type: integer
                                    title: 时间
                                    description: ''
                                  userId:
                                    type: integer
                                    title: 用户 ID
                                    description: ''
                                x-apifox-orders:
                                  - time
                                  - userId
                              title: 点赞列表
                              description: ''
                            content:
                              type: string
                              title: 消息内容
                              description: ''
                            createTime:
                              type: integer
                              title: 创建时间
                              description: ''
                            flag:
                              type: integer
                              title: 标志
                              description: ''
                            linkInfo:
                              type: object
                              properties:
                                contentUrl:
                                  type: string
                                  title: 连接地址
                                  description: ''
                                title:
                                  type: string
                                  title: 链接标题
                                  description: ''
                                wxFinderInfo:
                                  type: object
                                  properties:
                                    avatar:
                                      type: string
                                      title: 头像
                                      description: ''
                                    coverUrl:
                                      type: string
                                      title: 封面链接
                                      description: ''
                                    desc:
                                      type: string
                                      title: 描述
                                      description: ''
                                    extras:
                                      type: string
                                      title: 扩展
                                      description: ''
                                    feedType:
                                      type: integer
                                      title: 动态类型
                                      description: ''
                                    nickname:
                                      type: string
                                      title: 昵称
                                      description: ''
                                    thumbUrl:
                                      type: string
                                      title: 缩略图链接
                                      description: ''
                                    url:
                                      type: string
                                      title: 链接
                                      description: ''
                                  required:
                                    - avatar
                                    - coverUrl
                                    - desc
                                    - extras
                                    - feedType
                                    - nickname
                                    - thumbUrl
                                    - url
                                  x-apifox-orders:
                                    - avatar
                                    - coverUrl
                                    - desc
                                    - extras
                                    - feedType
                                    - nickname
                                    - thumbUrl
                                    - url
                                  title: WxFinder信息
                                  description: ''
                              required:
                                - contentUrl
                                - title
                                - wxFinderInfo
                              x-apifox-orders:
                                - contentUrl
                                - title
                                - wxFinderInfo
                              title: 朋友圈连接消息内容
                              description: ''
                            mediaList:
                              type: array
                              items:
                                type: object
                                properties:
                                  fileSize:
                                    type: integer
                                    title: 文件大小
                                    description: ''
                                  fileType:
                                    type: integer
                                    title: 文件类型
                                    description: ''
                                  md5:
                                    type: string
                                    title: Md5
                                    description: ''
                                  snsFileId:
                                    type: string
                                    title: 朋友圈文件Id
                                    description: ''
                                  videoLength:
                                    type: integer
                                    title: VideoLength
                                    description: ''
                                required:
                                  - fileSize
                                  - fileType
                                  - md5
                                  - snsFileId
                                  - videoLength
                                x-apifox-orders:
                                  - fileSize
                                  - fileType
                                  - md5
                                  - snsFileId
                                  - videoLength
                              title: Media列表
                              description: ''
                            postId:
                              type: string
                              title: 帖子Id
                              description: ''
                            seq:
                              type: integer
                              title: 消息序号
                              description: ''
                            snsId:
                              type: integer
                              title: 朋友圈唯一id
                              description: ''
                            visibleType:
                              type: integer
                              title: Visible类型
                              description: ''
                          x-apifox-orders:
                            - activeIdList
                            - authorVid
                            - commentList
                            - likeList
                            - content
                            - createTime
                            - flag
                            - linkInfo
                            - mediaList
                            - postId
                            - seq
                            - snsId
                            - visibleType
                        title: 朋友圈Detail列表
                        description: ''
                    required:
                      - snsDetailList
                    x-apifox-orders:
                      - snsDetailList
                    title: 响应数据
                    description: >-
                      <p style="margin: 0; font-size: 14px; color: inherit;
                      line-height: 1.6;">业务数据。</p>
                  msg:
                    type: string
                    title: 说明
                    description: >-
                      <p style="margin: 0; font-size: 14px; color: inherit;
                      line-height: 1.6;">返回说明。</p>
                required:
                  - code
                  - data
                  - msg
                x-apifox-orders:
                  - code
                  - data
                  - msg
              example:
                code: 0
                data:
                  snsDetailList:
                    - activeIdList: null
                      authorVid: 16888521212225309000
                      commentList:
                        - commentContent: W+WRsueJmV1b5ZGy54mZXVvlkbLniZld
                          commentFromId: 7881923219876111
                          commentId: 1
                          commentRefId: 0
                          commentSnsId: 734307063414869200
                          commentTime: 1709710568
                      likeList:
                        - time: 1709710517
                          userId: 168885236530333
                      content: dGVzdC1wb3N0LXNucy12aWRlbw==
                      createTime: 1709691862
                      flag: 0
                      linkInfo:
                        contentUrl: ''
                        title: ''
                        wxFinderInfo:
                          avatar: ''
                          coverUrl: ''
                          desc: ''
                          extras: ''
                          feedType: 0
                          nickname: ''
                          thumbUrl: ''
                          url: ''
                      mediaList:
                        - fileSize: 2899681
                          fileType: 3
                          md5: ''
                          snsFileId: >-
                            *1*A2trDonlAhMGSQ2UEsL3T9osCUqMpfv0QfhGJHKm83uJFGkZfazJRe8/wmenbCJRy46She6***wjfr64JsNZK1Mj3f8SvZ22y5aRCfavsY08jaP4Mannq3HRXfvyjYCOH403naOrNeYYp85dNFi8ZZVnPVd**********37m3JsvGxEQoxQ6Pk3gIkA3MzR9PTwocrF/UThx/SONW5iNn1/SbK6f7mpvYY3ZJIicG6Quht4YblAC4oKMD78DsGOSk+imvfhD8cxwNT4TchjHD4tYtqfRsdzCr7PZjUJikn/BarJYao1qF5pVANnvXFKt57XkOeBnj4OVIM94M8ITrW+HfNbS3Z4qW4Fs2WVhhTpx0NNwZrwoHi0sJG/3PFi0PC6dKM04Pu2jLDqj/f1J05TS+sVMuyK98L69wR5w6MC5BHxaHtxHLc/MXAGqf2FhiwCaOVe2cUJr4hgwd8Xe/UhqEbfpj9/QvAYfaoTwkrh6FGt5niX
                          videoLength: 5
                        - fileSize: 743144
                          fileType: 2
                          md5: ''
                          snsFileId: >-
                            *1*Pdc5vmQ4Z1gBXLaqvbcToqRNsOwjOxPJx0OOs9BIvf+Csy7z/Mnu2dfGq+1r8EQuhM4OtsvpIV8MrC***6Fg8z8wxlsnPyqLey+t6CCGPwOULDldWSYpkijjBSYC9yeOpwkAgzBRm8h1kUNx/GuFVSnNN8WQ8u7ophP3FWK+TgTV42KPLbVhQ6WntQU+09R**********abCsZ94x4q30/Qm2W8MtG/suH0Olg2Uw7WK09mNbdScWWze1bKnVgrp/gQd6kZGaOgkyGgH0SzMpFWfZMRW9p/AcPCz5Vo74WewF4uC4T6VHWOop5t3SmaF1mjfDbkX125pvmic1kb7wr4GvwL5DbTLsGX87hgu8iJhYX4Rgfhrz4+AIb0asnVUjXLhVyeeFJki6bSXaxtj6Qio7iXM4LHWUVvLaZkzyPp7VkNlb6yHljp
                          videoLength: 5
                      postId: 8fcb0de0f8b21d23fbfe5ff2188a4700
                      seq: 1709691822222
                      snsId: 734307063413311100
                      visibleType: 1
                msg: 成功
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: API参考/媒体与运营/朋友圈模块
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/7051713/apis/api-437674162-run
components:
  schemas: {}
  securitySchemes:
    apiKey:
      type: apikey
      in: header
      name: X-WECOM-TOKEN
servers:
  - url: https://new.qiweapi.com/qiwe
    description: 正式环境
security: []

```
