Skip to main content

Country List

Function

居住地列表

Endpoint

  • /v1/static-info/country

HTTP Method

  • POST

Request Body

{}

Request Parameters

  • None

Response Body - Success

{
"code": 0,
"msg": "success",
"data": {
"list": [
{
"country_code": "100001",
"name_zh": "香港特別行政區",
"name_en": "Hong Kong SAR",
"name_sc": "",
"name_tc": "香港特別行政區",
"continent_code": "00",
"is_active": "1"
}
]
}
}

Diff FZ API

FZ API: GetCountryCode

FZNewRemark
MemberInfo.Country.COUNTRYCODE
MemberInfo.Country.CHNNAME
MemberInfo.Country.ENGNAME
MemberInfo.Country.CONTINENTCODE
MemberInfo.Country.ISACTIVE
MemberInfo.Country.CHNNAME_SC
MemberInfo.Country.CHNNAME_Traditional

UAT FZ API Response

{
"MemberInfo": {
"Country": [
{
"COUNTRYCODE": "100001",
"CHNNAME": "香港特別行政區",
"ENGNAME": "Hong Kong SAR",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "香港特別行政區"
},
{
"COUNTRYCODE": "10001",
"CHNNAME": "中國",
"ENGNAME": "China",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "中國"
},
{
"COUNTRYCODE": "10002",
"CHNNAME": "澳門特別行政區",
"ENGNAME": "Macau SAR",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "澳門特別行政區"
},
{
"COUNTRYCODE": "10004",
"CHNNAME": "澳洲 / 新西蘭",
"ENGNAME": "Australia/New Zealand",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "澳洲 / 新西蘭"
},
{
"COUNTRYCODE": "10005",
"CHNNAME": "加拿大 / 美國",
"ENGNAME": "Canada/United States",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "加拿大 / 美國"
},
{
"COUNTRYCODE": "10006",
"CHNNAME": "歐洲",
"ENGNAME": "Europe",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "歐洲"
},
{
"COUNTRYCODE": "10007",
"CHNNAME": "日本",
"ENGNAME": "Japan",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "日本"
},
{
"COUNTRYCODE": "10008",
"CHNNAME": "韓國",
"ENGNAME": "Korea",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "韓國"
},
{
"COUNTRYCODE": "10009",
"CHNNAME": "新加坡",
"ENGNAME": "Singapore",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "新加坡"
},
{
"COUNTRYCODE": "10010",
"CHNNAME": "台灣",
"ENGNAME": "Taiwan",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "臺灣"
},
{
"COUNTRYCODE": "10012",
"CHNNAME": "泰國",
"ENGNAME": "Thailand",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "泰國"
},
{
"COUNTRYCODE": "10099",
"CHNNAME": "其他",
"ENGNAME": "Others",
"CONTINENTCODE": "00",
"ISACTIVE": "1",
"CHNNAME_SC": "",
"CHNNAME_Traditional": "其他"
}
]
}
}