Page History

Giftmoneydetail

Last edited by 翁力

返回

红包详情接口


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


请求方式: HTTP POST


返回格式: JSON


版本:互动电视5.3开始


请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
token String true 参数加密串
----plat String true 客户端平台
----sid Integer true 用户ID
----page String true 页号
----pageSize String true 每页条数

返回样例:

{
    "errorCode": "0",
    "errorMsg": "success",
    "data": {
        "ruleUrl": "",
        "total": "500",
        "cashUrl": "http://123.59.61.116:8888/CnliveUser/my/drawRedPackage.action",
        "detail": [
            {
                "info": "广告互动奖励红包",
                "time": "2015-11-20 11:18",
                "cnCoin": "+1"
            }
        ],
        "previous_cursor": "0",
        "next_cursor": "2",
        "total_number": "5",
        "constraint": "100"            //100分以上才能提现
    }
}