文档
测试

累计利息费用占比

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

接口描述

各债务的融资金额占比

请求头

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

响应参数

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

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": [ { "borrowedType": "银行借款", "interest": 2380603.65 }, { "borrowedType": "融资租赁", "interest": 4 }, { "borrowedType": "应付债券", "interest": 18494448.22 }, { "borrowedType": "其他带息负债", "interest": 4.17 }, { "borrowedType": "拆借", "interest": 2.7 }, { "borrowedType": "信托", "interest": 2.17 } ] } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8bdaocx.png)