更新时间:2025-11-13 GMT+08:00
分享

查询多媒体资源信息

接口功能

查询多媒体资源信息(目前只有富文本内容中的多媒体使用此接口)。

使用说明

前提条件

正确创建web渠道配置。

接口原型

表1 接口原型说明

请求方法

GET

请求URL

https://ip:port/social/on/{adapter}/resource/{channelId}/{resourceId}

其中,ip:port为对外暴露的nslb的ip和port,adapter当前固定为web,channelId为渠道id,resourceId多媒体资源id

表2 请求Headers参数说明

参数名称

选取原则

参数类型

默认值

说明

Content-Type

必选

String

固定填 application/json; charset=UTF-8。

Cookie

必选

String

集成页面的时候,ccmessaging通过请求响应,将ccmessaging-token写到集成页面浏览器的Cookie中。单独调用时需确保请求头的Cookie中含有ccmessaging-token=xxx,xxx为ccmessaging-token值。

请求参数

无。

响应参数

返回多媒体文件流。

接口示例

  • 请求示例
    GET /social/on/web/resource/45451654215/123
    
    host: 10.10.10.2:18446
    connection: Keep-Alive
    x-forwarded-for: 10.10.10.3, 10.10.10.4
    x-real-ip: 10.10.10.5
    content-length: 401
    remote-host: 10.10.10.6
    user-agent: java/socket
    content-type: application/json; charset=utf-8
    cookie: JSESSION*****#*#*****3
    ccmessaging-token:********
    accept: */*
  • 响应示例

    多媒体文件流。

相关文档