文档
测试

利率分析

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

接口描述

利率分析

请求头

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

响应参数

参数名
类型
描述
必填
data
list数组
返回参数
必填
creditors
字符串
机构名称(债权人)
必填
borrowType
字符串
举债方式(参数为值:银行贷款、债券、融资租赁、信托、拆借、其他)
必填
debtUnitName
字符串
债务单位
必填
signedDate
字符串
举债日期
必填
debtMaturity
字符串
债务期限(月)
必填
yearInterestRate
int
利率(%)
必填
expectDebtDateEnd
字符串
无意义
必填
expectDebtDateStart
字符串
无意义
必填
projectId
字符串
无意义
必填
subStatus
字符串
无意义
必填
guarantee_dutime
字符串
无意义
必填

说明 / 示例

# 返回示例 { "code": 0, "data": [{ "expectDebtDateEnd": "2024-07-26", "creditors": "大飒飒", "expectDebtDateStart": "2022-06-26", "debtUnitName": "重庆北冰洋科技有限公司", "debtMaturity": "25", "signedDate": "2022-09-15", "borrowType": "拆借", "yearInterestRate": 10.00, "projectId": "4028808781dbae230181dbbe1132008d", "guarantee_dutime": "761", "subStatus": "1" }, { "expectDebtDateEnd": "2027-08-24", "creditors": "中国银行", "expectDebtDateStart": "2022-08-24", "debtUnitName": "重庆北冰洋科技有限公司", "debtMaturity": "60", "signedDate": "2022-08-24", "borrowType": "银行贷款", "yearInterestRate": 10.00, "projectId": "4028808b82cee6390182ceef48be007b", "guarantee_dutime": "1826", "subStatus": "1" },{ "expectDebtDateEnd": "2025-08-18", "creditors": "小智", "expectDebtDateStart": "2022-08-18", "debtUnitName": "重庆北冰洋科技有限公司", "debtMaturity": "36", "signedDate": "2022-08-18", "borrowType": "债券", "yearInterestRate": 12.00, "projectId": "4028808782af9fc70182afc31d230081", "guarantee_dutime": "1096", "subStatus": "1" }, { "expectDebtDateEnd": "2025-02-20", "creditors": "农行", "expectDebtDateStart": "2022-02-01", "debtUnitName": "重庆北冰洋科技有限公司", "debtMaturity": "37", "signedDate": "2022-08-17", "borrowType": "融资租赁", "yearInterestRate": 10.00, "projectId": "402880e37f05acf6017f05b8708d004d", "guarantee_dutime": "1115", "subStatus": "1" }], "footer": [], "limit": 10, "count": 138, "page": 1 } # pc前端参考 ![图片.png](https://cos.easydoc.net/18319599/files/l846wg1d.png)