3.2 收藏-读取收藏.md 1.82 KB

/* Title: 3.2 读取收藏 Sort: 32 */

URL: http://api.cnlive.com/open/api/CnliveUser/my/getMyCollection?sp_id=xxx&...


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true string 服务提供商ID
sid true string 用户ID
page true string 页号
pageSize true string 每页条数
plat true string 客户端平台[i:IOS客户端,a:Android客户端]
sign true string 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "success",
    "data": [
        {
            "mediaId": "16d1dba56ac9435881acdaa044726cc8",
            "title": "高圆圆现身美出新高度",
            "subTitle": "高圆圆身着斜肩裙美出新高度",
            "type": "program",
            "roomId": "",
            "vipFlag": "0",
            "imageURL": "http://y2.cnliveimg.com:8080/image/itv/2016/0120/16d1dba56ac9435881acdaa044726cc8_102486_100.jpg",
            "webURL": "",
            "duration": "59000",
            "publishTime": "2016-01-20 18:00:57"
        }
    ],
    "previous_cursor": "0",
    "next_cursor": "2",
    "total_number": "3"
}