文档
测试

债权人放贷信息统计

POST
http://zl.hysoft320.com:6005/debt-web//admin/debtApp/countOfCreditors

接口描述

债权人放贷信息统计

请求头

参数名
类型
描述
必填
/debt-web//admin/debtApp/countOfCreditors
必填

响应参数

参数名
类型
描述
必填
data
list数组
返回参数
必填
affiliatedInstitutionName
字符串
单位名称
必填
creditors
字符串
债权人
必填
bankCnt
int
融资数量的银行贷款
必填
bondCnt
int
融资数量的债券
必填
financeCnt
int
融资数量的融资租赁
必填
trustCnt
int
融资数量的信托融资
必填
lendCnt
int
融资数量的拆借
必填
otherCnt
int
融资数量的其他
必填
totalCnt
int
融资数量的合计
必填
bankAmount
int
融资金额的银行贷款
必填
bondAmount
int
融资金额的债券
必填
financeAmount
int
融资金额的融资租赁
必填
trustAmount
int
融资金额的信托融资
必填
lendAmount
int
融资金额的拆借
必填
otherAmount
int
融资金额的其他
必填
totalAmount
int
融资金额的合计
必填
bankLoanAmount
int
已放款的银行贷款
必填
bondLoanAmount
int
已放款的债券
必填
financeLoanAmount
int
已放款的融资租赁
必填
trustLoanAmount
int
已放款的信托融资
必填
lendLoanAmount
int
已放款的拆借
必填
otherLoanAmount
int
已放款的其他
必填
totalLoan
int
已放款的合计
必填
bankNotLending
int
未放款的银行贷款
必填
bondNotLending
int
未放款的债券
必填
financeNotLending
int
未放款的融资租赁
必填
trustNotLending
int
未放款的信托融资
必填
lendNotLending
int
未放款的拆借
必填
otherNotLending
int
未放款的其他
必填
totalLending
int
未放款的合计
必填
affiliatedInstitution
字符串
无意义
必填
createTime
字符串
无意义
必填

说明 / 示例

# 返回示例 { "code": 0, "data": [{ "financeLoanAmount": 0.00, "bondNotLending": 0.00, "financeCnt": 0, "totalLoan": 0, "otherCnt": 0, "financeAmount": 0.00, "lendCnt": 1, "totalCnt": 1, "bankAmount": 0.00, "bankLoanAmount": 0.00, "otherNotLending": 0.00, "bankNotLending": 0.00, "bondAmount": 0.00, "creditors": "大飒飒", "totalLending": 33.00, "bankCnt": 0, "trustAmount": 0.00, "financeNotLending": 0.00, "lendAmount": 33.00, "affiliatedInstitutionName": "重庆北冰洋科技有限公司", "bondCnt": 0, "trustCnt": 0, "totalAmount": 33.00, "bondLoanAmount": 0.00, "otherAmount": 0.00, "affiliatedInstitution": "8f81fc9a-687a-4489-bebc-9547bdd03fc1", "createTime": "2022-09-15 14:21:56", "trustLoanAmount": 0.00, "otherLoanAmount": 0.00, "trustNotLending": 0.00 }, { "financeLoanAmount": 0.00, "bondNotLending": 0.00, "financeCnt": 0, "totalLoan": 0, "otherCnt": 1, "financeAmount": 0.00, "lendCnt": 0, "totalCnt": 1, "bankAmount": 0.00, "bankLoanAmount": 0.00, "bankNotLending": 0.00, "bondAmount": 0.00, "creditors": "李丽", "totalLending": 500000.00, "bankCnt": 0, "trustAmount": 0.00, "financeNotLending": 0.00, "lendAmount": 0.00, "affiliatedInstitutionName": "重庆北冰洋科技有限公司", "bondCnt": 0, "trustCnt": 0, "totalAmount": 500000.00, "bondLoanAmount": 0.00, "otherAmount": 500000.00, "lendLoanAmount": 0.00, "affiliatedInstitution": "8f81fc9a-687a-4489-bebc-9547bdd03fc1", "createTime": "2022-09-14 09:42:40", "trustLoanAmount": 0.00, "trustNotLending": 0.00, "lendNotLending": 0.00 }, { "financeLoanAmount": 0.00, "bondNotLending": 0.00, "financeCnt": 0, "totalLoan": 100000000.00, "otherCnt": 0, "financeAmount": 0.00, "lendCnt": 0, "totalCnt": 2, "bankAmount": 500000.00, "bankLoanAmount": 0.00, "otherNotLending": 0.00, "bankNotLending": 500000.00, "bondAmount": 100000000.00, "creditors": "小智", "totalLending": 500000.00, "bankCnt": 1, "trustAmount": 0.00, "financeNotLending": 0.00, "lendAmount": 0.00, "affiliatedInstitutionName": "重庆北冰洋科技有限公司", "bondCnt": 1, "trustCnt": 0, "totalAmount": 100500000.00, "bondLoanAmount": 100000000.00, "otherAmount": 0.00, "lendLoanAmount": 0.00, "affiliatedInstitution": "8f81fc9a-687a-4489-bebc-9547bdd03fc1", "createTime": "2022-08-18 15:05:09", "trustLoanAmount": 0.00, "otherLoanAmount": 0.00, "trustNotLending": 0.00, "lendNotLending": 0.00 }], "footer": [], "limit": 10, "count": 79, "page": 1 } # pc前端参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8462mc0.png) ![图片.png](https://cos.easydoc.net/18319599/files/l8462txx.png)