{
"batchMonth": "string"
}
curl --location --request POST '/hcStats/queryAimConfigList' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchMonth": "string"
}'
{
"code": "0000",
"description": "SUCCESS",
"result": [
[
{
"key": 101,
"value": "M2~M3"
},
{
"key": 84,
"value": "M4~M6"
},
{
"key": 85,
"value": "M7~M12"
},
{
"key": 103,
"value": "M13+"
},
{
"key": -10001,
"value": "高风险"
}
],
[
{
"createTime": 1722838643000,
"updateTime": 1722838691000,
"id": 1,
"batchMonth": "2024-08",
"organizationId": 2,
"organizationName": "机构",
"debtId": 101,
"rate": 0.120000
},
null,
null,
null,
{
"createTime": 1722838643000,
"updateTime": 1722839340000,
"id": 2,
"batchMonth": "2024-08",
"organizationId": 2,
"organizationName": "机构",
"debtId": -10001,
"rate": 1.000000
}
]
]
}