帮助中心

1316-积分兑换比例扩展查询

2021-01-11

接口编号 1316

接口说明

查询积分可兑换比例

请求说明

  • HTTP请求方式:POST

  • 返回数据格式:JSON

  • 请求路径:api/cvip/bonussellextend

请求参数

返回参数

字段类型为空描述
PointsProportionint兑换比率积分兑换比率,1元需要多少积分兑换
DeductionPrecentdecimal订单抵扣积分比例,例如:0.7


请求参数示例代码(json对象)

系统级返回结果示例(json)

{
  "Status": true,
  "StatusCode": 200,
  "Msg": "成功",
  "Timestamp": "20150622093101",
  "Sign": "6ECC9BF07C69E80F6D8552FF7B2E7A8FCA2CC80E",
  "Result": 见业务返回结果示例,
}


业务返回结果示例(json对象):

{
  "PointsProportion": 3,
  "DeductionPrecent": 0.7
}




882