{}
curl --location --request GET 'http://127.0.0.1/v1.0/alitrip/cityCarApprovals?corpId=' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"applyList": [
{
"approverList": [
{
"note": "string",
"operateTime": "string",
"order": 0,
"status": 0,
"statusDesc": "string",
"userId": "string",
"userName": "string"
}
],
"departId": "string",
"departName": "string",
"gmtCreate": "string",
"gmtModified": "string",
"itineraryList": [
{
"arrCity": "string",
"arrCityCode": "string",
"arrDate": "string",
"costCenterId": 0,
"costCenterName": "string",
"depCity": "string",
"depCityCode": "string",
"depDate": "string",
"invoiceId": 0,
"invoiceName": "string",
"itineraryId": "string",
"projectCode": "string",
"projectTitle": "string",
"trafficType": 0
}
],
"status": 0,
"statusDesc": "string",
"thirdPartApplyId": "string",
"tripCause": "string",
"tripTitle": "string",
"userId": "string",
"userName": "string"
}
],
"total": 0
}