文档
测试

未来10年应付债务(本金和利息)

POST
http://zl.hysoft320.com:6005/debt-web//admin/debtApp/findNextDecadeDebtPayable

接口描述

未来10年债务的本金和利息明细

请求头

参数名
类型
描述
必填
/debt-web//admin/debtApp/findNextDecadeDebtPayable
必填

响应参数

参数名
类型
描述
必填
success
boolean
true--成功 false--失败
必填
obj
list数组
包含年度、本金和利息的数据
必填
principal
int
本金(返回参数单位为元 ,展示需转成万元)
必填
year
字符串
年度
必填
interest
int
利息(返回参数单位为元 ,展示需转成万元)
必填

说明 / 示例

# 返回示例 { "success": true, "message": null, "status": null, "obj": [{ "principal": 23675667.17, "year": "2022年", "interest": 3740801.66 }, { "principal": 37336655.06, "year": "2023年", "interest": 9540539.41 }, { "principal": 36363545.66, "year": "2024年", "interest": 5826866.64 }, { "principal": 28544390.12, "year": "2025年", "interest": 1546862.56 }, { "principal": 1347822.53, "year": "2026年", "interest": 180035.47 }, { "principal": 1059178.37, "year": "2027年", "interest": 43189.96 }, { "principal": 0.00, "year": "2028年", "interest": 0.00 }, { "principal": 0.00, "year": "2029年", "interest": 0.00 }, { "principal": 0.00, "year": "2030年", "interest": 0.00 }, { "principal": 0.00, "year": "2031年", "interest": 0.00 }] } # pc前端页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l83wkw60.png)