接口地址: https://api.youyacao.com/api/daikuanhuankuan
返回格式: JSON
请求方式: GET
请求示例: https://api.youyacao.com/api/daikuanhuankuan?principal=&annualRate=&years=
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
principal | 是 | float | 贷款本金,单位为元 |
annualRate | 是 | float | 年利率,单位为百分比 |
year | 是 | int | 贷款年限,单位为年 |
名称 | 类型 | 说明 |
---|
{ "code": 200, "msg": "success", "data": { "monthlyPayment": 1498.88, // 每月还款金额 "totalPayment": 179865.60, // 总还款金额 "totalInterest": 79865.60 // 总利息 } }
请求参数设置:
参数名称 | 参数值 |
---|---|
{ "code": 200, "msg": "success", "data": { "monthlyPayment": 1498.88, // 每月还款金额 "totalPayment": 179865.60, // 总还款金额 "totalInterest": 79865.60 // 总利息 } }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例:
使用案例平台查看
平台名称 | 平台图标 | 平台地址 |
---|