# 获取详情-批量

## 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;">根据 userId 列表批量查询联系人朋友圈详细信息。</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/getSnsDetail</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>
                    snsIdList:
                      type: array
                      items:
                        type: number
                      title: 朋友圈Id列表
                      description: ''
                  required:
                    - guid
                    - snsIdList
                  x-apifox-orders:
                    - guid
                    - snsIdList
                  title: 请求参数
              required:
                - method
                - params
              x-apifox-orders:
                - method
                - params
            example:
              method: /sns/getSnsDetail
              params:
                guid: '{{guid}}'
                snsIdList:
                  - 7553586467479519000
      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: array
                              items:
                                type: integer
                                title: activeIdList
                                description: ''
                              title: 活跃Id列表
                              description: ''
                            authorVid:
                              type: integer
                              title: 作者Vid
                              description: ''
                            commentList:
                              type: 'null'
                              title: 评论列表
                              description: ''
                            likeList:
                              type: 'null'
                              title: Like列表
                              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: ''
                                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:
                        - 1688850140713999
                      authorVid: 1688852365999991
                      commentList: null
                      likeList: null
                      content: dGVzdC1wb3N0LXNucw==
                      createTime: 1709643526
                      flag: 0
                      linkInfo:
                        contentUrl: ''
                        title: ''
                        wxFinderInfo:
                          avatar: ''
                          coverUrl: ''
                          desc: ''
                          extras: ''
                          feedType: 0
                          nickname: ''
                          thumbUrl: ''
                          url: ''
                      mediaList:
                        - fileSize: 45642
                          fileType: 1
                          md5: ''
                          snsFileId: >-
                            *1*ua3lz7vyUhCapLLrP/cguy5Z1+usTDJz+qdKYroSlbj4nGR+a6q04vPSp1111oFJW1ydC/PK1t3UwKpPEpF74hsjmB+btq2pYNm6afSzDY**XNqO2FhFn4c6TVwQOFtOffbTLkz05SO6MP9uOlSbVX6zWVzuv4XVi15GU5qXenBtBubzxeQ5GpIHcYZTY7+0UhpKYAxBuzYyb+wpjVdYF4DuxWXFn7pmTsZAY+EkdIy0O7QHsH80spfr/r3VvVKZkEaDioVJUKOjYM7gDHfNalVLHJXLhjNY4i/Z02hFls09HeL5qCGqbPoUx4CLedVA2yDqj0cCOABxxhw==
                          videoLength: 10
                      postId: c432f26de875ec2d1cfa0xxx771c18a22
                      seq: 1709643526349
                      snsId: 734286303305857000
                      visibleType: 0
                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-437795951-run
components:
  schemas: {}
  securitySchemes:
    apiKey:
      type: apikey
      in: header
      name: X-WECOM-TOKEN
servers:
  - url: https://new.qiweapi.com/qiwe
    description: 正式环境
security: []

```
