文档
测试

累计融资金额和成本

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

接口描述

累计融资金额, 累计融资成本 ,累计融资费用 、累计利息费用 参数

请求头

参数名
类型
描述
必填
debtStatistics/financingAmountCost
必填

响应参数

参数名
类型
描述
必填
obj
obj对象
返回参数
必填
debtCurrencyAmount
int
累计融资金额(元)
必填
total
int
累计融资成本(元)
必填
payAmout
int
累计融资费用 (元)
必填
interest
int
累计利息费用 (元)
必填
guaranteeCost
int
担保费用(元)
必填

说明 / 示例

# 返回参数示例 { "success": true, "message": null, "status": null, "obj": { "total": 31315485.24, "payAmout": 10440420.33, "interest": 20875064.91, "guaranteeCost": 0.00, "debtCurrencyAmount": 139105691 } } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8b94jzf.png)