Page History

Getpublishtypelist

Last edited by 赵家龙

返回

发布上传视频类型

URL: http://apiwjjtest.cnlive.com/Daren/publishType/getPublishTypeList.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
sid String true 用户Id

返回格式: JSON


返回格式样例:

{
    "data": {
        "releaseVideoTypeList": [
            {
                "categoryTag": [],
                "changePath": "Daren/moment/releaseMoment.action",
                "id": 222,
                "multipleCategory": 371,
                "path": "http://apiwjjtest.cnlive.com/Daren/moment/releaseMoment.action",
                "pic": "https://wjj.ys1.cnliveimg.com/769/img/2018/0129/grzx_shq.png",
                "text": "生活圈",
                "videoType": "moment"
            },
            {
                "categoryTag": [
                    {
                        "tagId": "1",
                        "tagName": "爆料"
                    },
                    {
                        "tagId": "2",
                        "tagName": "黄山"
                    }
                ],
                "changePath": "Daren/witness/releaseWitness.action",
                "id": 111,
                "multipleCategory": 375,
                "path": "http://apiwjjtest.cnlive.com/Daren/witness/releaseWitness.action",
                "pic": "https://wjj.ys1.cnliveimg.com/769/img/2018/0129/grzx_mjz.png",
                "text": "目击者",
                "videoType": "witness"
            }
        ],
        "snowVideoTypeList": [
            {
                "categoryTag": [],
                "changePath": "Daren/snow/releaseSnow.action",
                "id": 10001,
                "multipleCategory": 373,
                "path": "http://apiwjjtest.cnlive.com/Daren/snow/releaseSnow.action",
                "pic": "https://wjj.ys1.cnliveimg.com/769/img/2018/0129/882612314493918438.jpg",
                "text": "上冰雪2",
                "videoType": "snow"
            },
            {
                "categoryTag": [],
                "changePath": "Daren/snow/releaseSnow.action",
                "id": 333,
                "multipleCategory": 373,
                "path": "http://apiwjjtest.cnlive.com/Daren/snow/releaseSnow.action",
                "pic": "https://wjj.ys1.cnliveimg.com/769/img/2018/0129/882612314493918438.jpg",
                "text": "上冰雪",
                "videoType": "snow"
            }
        ]
    },
    "errorCode": "0",
    "errorMessage": "成功"
}