请求URI: /openapi/v1/pictext/info

请求方式: GET

请求参数:

名称 位置 类型 描述 必须 默认值 可选值
token header string 调用令牌
id query integer 直播间ID

请求示例:

curl -X GET "https://openapi.v1.guangdianyun.tv/openapi/v1/pictext/info?id=39481" -H  "accept: application/json" -H  "token: token"

响应示例:

{
    "code": 200,
    "msg": "OK",
    "data": {
        "commentCount": 0, //评论数
        "coverImg": "http://static-pro.guangdianyun.tv/2272/tw/20191209/QTDWKJQKexwY3J7wteRJRDNzRb47nQjp1048.jpg", //封面图
        "createTime": "2020-08-04 15:08:59",//创建时间
        "guestComment": 1, //游客评论开关
        "id": 1844, //直播间id
        "intro": "",//直播间介绍
        "isDisplayWatchNum": 1, //是否展示观看量
        "isTop": 1, //封面图是否置顶
        "menuList": [ //菜单栏
            {
                "content": "",
                "id": 3982,
                "title": "图文直播",
                "type": "report" //菜单类型
            },
            {
                "content": "",
                "id": 3983,
                "title": "聊天评论",
                "type": "chat"
            },
            {
                "content": "<p>我是直播介绍</p>",
                "id": 7157,
                "title": "介绍",
                "type": "introduce"
            }
        ],
        "middleForceShow": 1, //页中广告是否强制显示
        "middleImgList": [//页中广告配置
            {
                "url": "http://static-pro.guangdianyun.tv/2272/tw/20210618/iiMwsFcKe5kfttZ6CzNiAbMYhG5s6PHQ6835.jpg", //图片
                "href": "http://sina.com"// 外链
            }
        ],
        "starCount": 0, //点赞数
        "previewUrl": "https://web.guangdianyun.tv/piclive?id=1&uin=2", //预览地址
        "share": {
            "logo": "http://static-pro.guangdianyun.tv/2272/tw/20210618/ik3rHk6miZ8PPDEfiwX4PxZBJbacyXGK928.jpg", //微信分享图片
            "subTitle": "副标题", //微信分享副标题
            "title": "主标题" ////微信分享主标题
        },
        "showComment": 1, //是否展示评论数
        "title": "cs", //直播间标题
        "topForceShow": 1,//顶部广告是否强制显示
        "topImgList": [//顶部广告配置
            {
                "url": "http://static-pro.guangdianyun.tv/2272/tw/20210618/28MSXDwM5HBdWD4ZNaQbfGZh3swZcDKe4977.jpg",//图片
                "href": "http://www.baidu.com"// 外链
            }
        ],
        "uin": 2272,
        "viewCount": 21602 //观看数
    }
}
最后编辑: 广电云技术部  文档更新时间: 2024-11-14 10:47   作者:广电云技术部