Page History

Applyforgift

Last edited by 国亚奇

返回

申请提取奖品


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


请求方式: HTTP POST


返回格式: JSON


版本:互动电视5.3开始


请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
token String true 参数加密串
----plat String true 客户端平台
----sid Integer true 用户ID
----giftId String true 礼品ID
--- contact String true 联系人姓名
----mp String true 联系人电话
----address String true 联系人地址

返回格式说明:

{
    "errorCode": "0",
    "errorMsg": "success"
}  
{
    "errorCode": "1",           //非0表示失败
    "errorMsg": "缺少参数"
}