GET Api/Service/Setting/GetAirports
获取所有机场列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取所有机场列表
Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.GetAirportModelName | Description | Type | Additional information |
---|---|---|---|
Code |
机场三字码 |
string |
Required String length: inclusive between 0 and 3 |
Name |
机场名称 |
string |
Required String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" } ]