文档
测试

累计融资金额占比

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

接口描述

各债务的融资金额占比

请求头

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

响应参数

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

说明 / 示例

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