GET api/flight/area/phoneCode/{lang}

獲取國家電話編碼

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

string

Default value is eng

Body Parameters

None.

Response Information

Resource Description

獲取國家電話編碼

ReturnResultOfListOfAreaPhoneCodeContracts
NameDescriptionTypeAdditional information
data

Collection of AreaPhoneCodeContracts

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "phcode": "sample string 1",
      "countryname": "sample string 2"
    },
    {
      "phcode": "sample string 1",
      "countryname": "sample string 2"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}