文档
测试

带息负债总额

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

接口描述

内容为带息负债总额 , 银行借款 ,应付债券 , 融资租赁 ,信托 ,拆借 ,其他的参数值

请求头

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

响应参数

参数名
类型
描述
必填
obj
obj对象
返回参数
必填
trust
int
信托(元)
必填
bank
int
银行(元)
必填
other
int
其他(元)
必填
total
int
带息负债总额(元)
必填
financeLease
int
融资租赁(元)
必填
bond
int
债券(元)
必填
lending
int
拆借(元)
必填

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": { "trust": 5502.17, "bank": 30754874.74, "other": 606387.38, "total": 199488053.13, "financeLease": 1511, "lending": 0, "bond": 168119777.84 } } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8b00cfn.png)