文档
测试

带息负债类别占比

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

接口描述

各债务带息负债类别占比

请求头

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

响应参数

参数名
类型
描述
必填
obj
list数组
返回参数
必填
borrowedType
字符串
类别
必填
totalOutstanding
int
金额(元)
必填

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": [ { "borrowedType": "银行借款", "totalOutstanding": 16727739.42 }, { "borrowedType": "融资租赁", "totalOutstanding": 1504.5 }, { "borrowedType": "应付债券", "totalOutstanding": 109077449.82 }, { "borrowedType": "其他带息负债", "totalOutstanding": 0 }, { "borrowedType": "拆借", "totalOutstanding": 9002.7 }, { "borrowedType": "信托", "totalOutstanding": 1100.82 } ] } # 参考页面 ![图片.png](https://cos.easydoc.net/18319599/files/l8bm39kq.png)