文档
测试

带息还款余额和本年度应还

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

接口描述

带息还款余额和本年度应还

请求头

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

响应参数

参数名
类型
描述
必填
obj
obj对象
返回参数
必填
remainingOutstandingInterest
int
其中:利息费用 (元)
必填
remainingPrincipalOutstanding
int
其中:本金(元)
必填
totalOutstanding
int
当前带息还款余额(元)
必填
totalDebt
int
本年度应还合计(元)
必填
principal
int
本金(元)
必填
interest
int
利息费用(元)
必填

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": { "principal": 127634507.99, "remainingOutstandingInterest": 15745362.74, "remainingPrincipalOutstanding": 110071434.52, "totalOutstanding": 125816797.26, "interest": 20875064.91, "totalDebt": 148509572.9 } } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8bktaem.png)