2.9 订单-订购、续费会员包(中国币购买).md 1.68 KB

/* Title: 2.9 订单-订购、续费会员包(中国币购买) Sort: 11 */

URL: http://console.open.cnlive.com/open/api/pom/orderPackageByCnCoin


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true String 服务提供商ID
sId true Integer 观看用户id
prdId true String 商品ID
srvOrderId true String 订单号
coin true Integer 中国币价格
days true Integer 包月天数
renewal true Integer 1 续费 0第一次购买
frmId true String 渠道ID
plat true String 平台类型
sign true String 签名

返回格式说明:

订单创建成功:
{
   "errorCode":"0",
   "errorMessage":"订单创建成功"
}

订单创建失败:
{
    "errorCode":"xxxx",
    "errorMessage":"中国币不足等具体原因"
}