文档
测试

当前年度融资成本分析

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

接口描述

当前年度融资成本分析

请求头

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

响应参数

参数名
类型
描述
必填
obj
list字符串
返回参数
必填
month
字符串
月份
必填
total
int
合计(元)
必填
interest
int
资金使用费 (元)
必填
expenses
int
融资费用(元)
必填

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": [ { "total": 1271733.45, "month": "1月", "interest": 1271733.45, "expenses": 0 }, { "total": 754.34615385, "month": "2月", "interest": 0, "expenses": 754.34615385 }, { "total": 572883.5, "month": "3月", "interest": 0, "expenses": 572883.5 }, { "total": 12501.10942488, "month": "4月", "interest": 0, "expenses": 12501.10942488 }, { "total": 74438.51583333, "month": "5月", "interest": 818.34, "expenses": 73620.17583333 }, { "total": 8066391.54333333, "month": "6月", "interest": 32639.21, "expenses": 8033752.33333333 }, { "total": 1762196.22153846, "month": "7月", "interest": 39614.36, "expenses": 1722581.86153846 }, { "total": 19544512.86, "month": "8月", "interest": 19530258.86, "expenses": 14254 }, { "total": 10073.69, "month": "9月", "interest": 0.69, "expenses": 10073 }, { "total": 0, "month": "10月", "interest": 0, "expenses": 0 }, { "total": 0, "month": "11月", "interest": 0, "expenses": 0 }, { "total": 0, "month": "12月", "interest": 0, "expenses": 0 } ] } # 参考页面 ![图片.png](https://cos.easydoc.net/18319599/files/l8bhtm0b.png)