接口名称 创建视频订单(积分支付)     签名
地址 https://api.cnlive.com/open/api2/pom/orderVideoByPoint
method post
返回数据 json

/* Title: 2.12 创建视频订单(积分购买) */

URL: http://console.open.cnlive.com/open/api/bz/orderVideoByPoint


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true String 服务提供商ID
prdId true String 商品ID
sid true Integer 观看用户id
frmId true String 渠道ID
srvOrderId true String 订单号
plat true String 平台类型
sign true String 签名

返回格式说明:

订单创建成功:
{
   "errorCode":"0",
   "errorMessage":"操作成功"
}
{
   "errorCode":"4002",
   "errorMessage":"积分不足"
}

订单创建失败:
{
    "errorCode":"xxxx",
    "errorMessage":"缺少参数|plat参数非法|参数格式错误|未登录|您已订购或达到订购限制|订单创建成功|订单创建失败"
}