Page History

Msgforlotterydetail

Last edited by 国亚奇

返回

中奖消息详情接口


URL: http://uc.cnlive.com/my/getMyWinningMessage.action?spId=xxx&token=xxx


请求方式: HTTP GET


返回格式: JSON


版本:互动电视5.3开始


请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
token String true 参数加密串
----plat String true 客户端平台
----msgId String true 消息ID
----sid String true 用户ID
----activityId String true 活动ID

返回样例:

{
    "errorCode": "0",
    "errorMessage": "success",
    "data": {
        "title": "萧敬腾演唱会",
        "time": "2015-12-05 19:41:23.0",
        "giftId": "123",
        "giftImgUrl": "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=452293935,352743052&fm=116&gp=0.jpg",
        "giftDesp": "XXX签名CD一张",
        "status": "0",   // 0未申请 1已申请
        "buttonText": "领取奖品"
    }
}