{
"houseCode": "string"
}
curl --location --request POST '/commonApi/inner/getAirportList?token=150e1b82-0c79-41a7-a1ea-7908e27f9883' \
--header 'Content-Type: application/json' \
--data-raw '{
"houseCode": "string"
}'
{
"actionMsg": null,
"code": 0,
"data": [
{
"airportCname": "string",
"airportCode": "string",
"airportEname": "string",
"country": "string",
"countryName": null,
"createBy": "string",
"createDate": "string",
"houses": null,
"houseIds2": null,
"isDisable": 0,
"isDisableName": null,
"updateBy": "string",
"updateDate": "string",
"updateDateStr": null
}
],
"errorMsg": null,
"msg": "string",
"msgCode": null,
"solution": null
}