文档
测试

近10年担保费用

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

接口描述

近10年担保费用

请求头

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

响应参数

参数名
类型
描述
必填
success
boolean
true--成功 false--失败
必填
obj
list数组
包含返回数据
必填
year
字符串
年度
必填
guaranteeCost
字符串
担保费用(返回参数单位为元 ,展示需转成万元)
必填

说明 / 示例

# 返回示例 { "success": true, "message": null, "status": null, "obj": [{ "year": "2013年", "guaranteeCost": "0.00000000" }, { "year": "2014年", "guaranteeCost": "0.00000000" }, { "year": "2015年", "guaranteeCost": "0.00000000" }, { "year": "2016年", "guaranteeCost": "0.00000000" }, { "year": "2017年", "guaranteeCost": "0.00000000" }, { "year": "2018年", "guaranteeCost": "0.00000000" }, { "year": "2019年", "guaranteeCost": "0.00000000" }, { "year": "2020年", "guaranteeCost": "0.00000000" }, { "year": "2021年", "guaranteeCost": "0.00000000" }, { "year": "2022年", "guaranteeCost": "8091998.70765365" }] } # pc前端参考 ![图片.png](https://cos.easydoc.net/18319599/files/l83whpf9.png)