简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-01-06

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
order_id int 服务订单id
price int 总价格
json_data string 分期参数,例如【[{“percentage”:”50”,”price”:5000,”discount_price”:4500},{“percentage”:”40”,”price”:4000,”discount_price”:3500},{“percentage”:”10”,”price”:1000,”discount_price”:800}]】

json_data请求参数:

参数名 是否必须 类型 说明
percentage string 分期倍数
price string 分期金额

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "设置成功",
    "data": []
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明

备注:

作者:admin  创建时间:2021-01-06 17:28
 更新时间:2025-04-01 15:40