文档
测试

累计融资成本占比

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

接口描述

各债务的 融资成本占比

请求头

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

响应参数

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

说明 / 示例

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