文档
测试

本金和资金使用费占比

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

接口描述

本金和资金使用费占比

请求头

参数名
类型
描述
必填
zl.hysoft320.com:6005/debt-web//admin/debtStatistics/principalInterestProportion
必填

响应参数

参数名
类型
描述
必填
obj
list数组
返回参数
必填
amount
int
金额
必填
category
字符串
类别
必填

说明 / 示例

# 返回示例 { "success": true, "message": null, "status": null, "obj": [ { "amount ": 31180.99, "category": "资金使用费" }, { "amount ": 5123620.79, "category": "本金" } ] }