文档
测试

当前年度银行借款还款预警

POST
http://zl.hysoft320.com:6005/debt-web//admin/debtStatistics/thisYearsDebtPaymentTotal?borrowedType=银行贷款

接口描述

当前年度银行借款还款预警

请求头

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

请求参数

参数名
类型
描述
必填
borrowedType
字符串
传入 银行贷款 得到当前年度银行借款还款预警的返回参数
必填

响应参数

参数名
类型
描述
必填
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": 0, "total": 35466.67, "month": "5月", "interest": 35466.67 }, { "principal": 220, "total": 35687.12, "month": "6月", "interest": 35467.12 }, { "principal": 168690.47, "total": 206073.74, "month": "7月", "interest": 37383.27 }, { "principal": 1133499.28, "total": 1170280.9, "month": "8月", "interest": 36781.62 }, { "principal": 64583.02, "total": 102999.49, "month": "9月", "interest": 38416.47 }, { "principal": 61178.28, "total": 105341.29, "month": "10月", "interest": 44163.01 }, { "principal": 61284.94, "total": 105439.33, "month": "11月", "interest": 44154.39 }, { "principal": 132821.06, "total": 177584.95, "month": "12月", "interest": 44763.89 } ] } # 参考页面 ![图片.png](https://cos.easydoc.net/18319599/files/l8cqhdea.png)