文档
测试

未来10年还款预警

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

接口描述

未来10年还款预警

请求头

参数名
类型
描述
必填
debtStatistics/findNextDecadeDebtPayable
必填

响应参数

参数名
类型
描述
必填
obj
list数组
返回参数
必填
principal
int
本金(元)
必填
interest
int
资金使用费(元)
必填
year
字符串
年度
必填
total
int
合计(元)
必填

说明 / 示例

# 返回参数 { "success": true, "message": null, "status": null, "obj": [ { "principal": 23020443, "total": 26768006.25, "year": "2022年", "interest": 3747563.25 }, { "principal": 37482189.51, "total": 47065104.54, "year": "2023年", "interest": 9582915.03 }, { "principal": 36485994.62, "total": 42341942.89, "year": "2024年", "interest": 5855948.27 }, { "principal": 28666839.08, "total": 30230538.37, "year": "2025年", "interest": 1563699.29 }, { "principal": 1449863.41, "total": 1634570.09, "year": "2026年", "interest": 184706.68 }, { "principal": 1059178.37, "total": 1102368.33, "year": "2027年", "interest": 43189.96 }, { "principal": 0, "total": 0, "year": "2028年", "interest": 0 }, { "principal": 0, "total": 0, "year": "2029年", "interest": 0 }, { "principal": 0, "total": 0, "year": "2030年", "interest": 0 }, { "principal": 0, "total": 0, "year": "2031年", "interest": 0 } ] } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8cih57l.png)