Page History

Presendredpackage

Last edited by 翁力

返回

发红包前参数检测


URL: http://account.cnlive.com/my/preSendRedPackage.action


请求方式: HTTP POST


返回格式: JSON


版本:互动电视5.3开始


请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
token String true 参数加密串
----roomId String true 房间ID
----descript String true 红包留言
----amount String true 红包金额(单位:分)
----packages String true 红包个数
----sid String true 用户ID
----plat String true 客户端平台

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "success"
}