[
"string"
]
curl --location --request POST '/expense/qryAimodStatus' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"msgCode": "100",
"message": "处理成功",
"sysMessage": null,
"responseData": [
{
"id": "1",
"orderNumber": "1",
"taskCode": "1",
"aiTaskStatus": 1
}
],
"ext": null,
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}