{
"start": 0,
"limit": 0,
"projectId": "string"
}
curl --location --request POST '/api/loanReportInfo/selectLoanReportData' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"limit": 0,
"projectId": "string"
}'
{
"code": "string",
"message": "string",
"total": 0,
"timestamp": 0,
"data": [
{
"reportId": "string",
"loanAmount": 0,
"loanDate": "2019-08-24T14:15:22Z",
"liabilityAmount": 0,
"pmOpinion": "string",
"processId": "string",
"createName": "string",
"repaidAmount": 0,
"insuredAmount": 0,
"approvalStatus": "string",
"reviewAmount": 0,
"estimatedAmount": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"success": true
}