文档
测试

非带息负债类别占比

POST
http://zl.hysoft320.com:6005/debt-web//admin/debtStatistics/nonInterestDebtProportion?month=2022-09

接口描述

非带息负债类别占比

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
month
字符串
YYYY-mm
必填

响应参数

参数名
类型
描述
必填
obj
list数组
返回参数
必填
amount
int
金额(万元)
必填
proportion
字符串
类别
必填

说明 / 示例

# 返回参数 { "success": true, "message": null, "status": null, "obj": [ { "amount": 378, "proportion": "应付账款" }, { "amount": 31, "proportion": "应付职工薪酬" }, { "amount": 33, "proportion": "应交税费" }, { "amount": 35, "proportion": "其他非带息负债" } ] } # 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8ec19ez.png)