获取机场
开发中
POST
/commonApi/inner/getAirportList
请求参数
Query 参数
token
string
可选
示例值:
150e1b82-0c79-41a7-a1ea-7908e27f9883
Body 参数application/json
houseCode
string
仓库编码
示例
{
"houseCode": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/commonApi/inner/getAirportList?token=150e1b82-0c79-41a7-a1ea-7908e27f9883' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
actionMsg
null
必需
code
integer
为0请求成功
data
array [object {14}]
必需
airportCname
string
机场中文名称
airportCode
string
主键
airportEname
string
机场英文名称
country
string
国家
countryName
null
可选
createBy
string
创建人
createDate
string
创建时间
houses
null
仓库编码
houseIds2
null
仓库ids
isDisable
integer
状态
isDisableName
null
可选
updateBy
string
可选
updateDate
string
可选
updateDateStr
null
可选
errorMsg
null
必需
msg
string
必需
msgCode
null
必需
solution
null
必需