文档
测试

当前年度还款预警

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

接口描述

当前年度还款预警

请求头

参数名
类型
描述
必填
debt-web//admin/debtStatistics/thisYearsPaymentTotal
必填

响应参数

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

说明 / 示例

# 返回示例 { "success": true, "message": null, "status": null, "obj": [ { "principal": 0, "total": 0, "month": "1月", "interest": 0 }, { "principal": 0, "total": 30400, "month": "2月", "interest": 30400 }, { "principal": 0, "total": 35466.67, "month": "3月", "interest": 35466.67 }, { "principal": 0, "total": 35466.67, "month": "4月", "interest": 35466.67 }, { "principal": 2236, "total": 37712.67, "month": "5月", "interest": 35476.67 }, { "principal": 35226.91, "total": 71044.03, "month": "6月", "interest": 35817.12 }, { "principal": 187190.47, "total": 224581.96, "month": "7月", "interest": 37391.49 }, { "principal": 1134499.28, "total": 1171281.72, "month": "8月", "interest": 36782.44 }, { "principal": 12892285.72, "total": 13399118.86, "month": "9月", "interest": 506833.14 }, { "principal": 2899085.06, "total": 3922297.44, "month": "10月", "interest": 1023212.38 }, { "principal": 2899191.72, "total": 3897748.69, "month": "11月", "interest": 998556.97 }, { "principal": 2970727.84, "total": 3942887.54, "month": "12月", "interest": 972159.7 } ] } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8cpuht5.png)