Page History

Readcollection

Last edited by 翁力

返回

读取收藏接口


URL: http://xxx.cnlive.com/readCollection.action?spId=xxx&token=xxx


请求方式: HTTP GET


返回格式: JSON


版本:互动电视5.3开始


请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
token String true 参数加密串
----plat String true 客户端平台
----id Integer true 下注ID
----sid Integer true 用户ID

返回格式说明:

{
    errorCode:"",
    errorMsg:"",
    data:{
        tip:"",                         // 下注金额
        detail:[
            {
                group:"",               // 组标题
                targets:[

                    {
                        id:"",          // 选手ID
                        name:"",        // 选手姓名
                        avatar:"",      // 选手头像
                        rating:"",      // 选手人气值
                        active:""       // 当前是否可以下注
                    },

                    {
                        id:"",          // 选手ID
                        name:"",        // 选手姓名
                        avatar:"",      // 选手头像
                        rating:"",      // 选手人气值
                        active:""       // 当前是否可以下注
                    },

                    {
                        id:"",          // 选手ID
                        name:"",        // 选手姓名
                        avatar:"",      // 选手头像
                        rating:"",      // 选手人气值
                        active:""       // 当前是否可以下注
                    }
                ]
            }
        ]
    }
}