文档
测试

债务总体情况

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

接口描述

债务金额、已还款、债务余额的本金、利息、汇总

请求头

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

响应参数

参数名
类型
描述
必填
success
boolean
true--成功 false--失败
必填
obj
list
返回数据的对象
必填
principal
int
债务金额的本金(元)
必填
interest
int
债务金额的利息(元)
必填
totalDebt
int
债务金额的本金和利息的合计(元)
必填
actualRepaymentPrincipal
int
已还款的本金(元)
必填
actualRepaymentInterest
int
已还款的利息(元)
必填
totalRepayments
int
已还款的本金和利息的合计(元)
必填
remainingPrincipalOutstanding
int
债务余额的本金(元)
必填
remainingOutstandingInterest
int
债务余额的利息(元)
必填
totalOutstanding
int
债务余额的本金和利息的合计(元)
必填

说明 / 示例

# 返回示例 { "success": true, "message": null, "status": null, "obj": [{ "principal": 128327258.91, "remainingOutstandingInterest": 15746544.20, "totalOutstanding": 126134443.64, "actualRepaymentPrincipal": 17919582.08, "totalRepayments": 23040654.23, "interest": 20878295.70, "totalDebt": 149205554.61, "actualRepaymentInterest": 5121072.15, "remainingPrincipalOutstanding": 110387899.44 }] } # pc前端页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l82glv5i.png) # 注意 返回参数单位为元 ,展示需转成万元