{
"stepType": "DEBT_AGE",
"clientCode": 16118997090,
"statsType": "TOTAL"
}
curl --location --request POST '/hcStats/queryStats' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"stepType": "DEBT_AGE",
"clientCode": 16118997090,
"statsType": "TOTAL"
}'
{
"code": "",
"description": "",
"result": [
{
"lineName": "",
"debtId": 0,
"groupId": 0,
"caseNum": 0,
"objectAmt": 0.0,
"repaymentAmt": 0.0,
"firstRepaymentAmt": 0.0,
"secondRepaymentAmt": 0.0,
"aimReturnRate": 0.0,
"aimReturnAmt": 0.0,
"nowMonthRepaymentAmt": 0.0,
"nowMonthRepaymentAmtRate": 0.0,
"nowDayRepaymentAmt": 0.0,
"nowMonthAppointmentAmt": 0.0,
"nextMonthAppointmentAmt": 0.0,
"appointmentAmtNoLimit": 0.0,
"expectRepaymentAmt": 0.0,
"aimFinishRate": 0.0,
"repaymentGap": 0.0,
"missPlanRate": 0.0
}
]
}