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

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

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


请求方式: POST


返回格式: JSON


请求参数说明:

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

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "success",
    "data": [
        {
            "total": "2"
            "mediaId1": "16d1dba56ac9435881acdaa044726cc8",
            "mediaId2": "16d1dba56ac9435881acdaa044726cc8",
        }
    ],
    "previous_cursor": "0",
    "next_cursor": "2",
    "total_number": "3"
}