查询国家代码

请求方法: GET

请求路径: /v2/holder

查询参数:

字段名 字段描述 字段类型 是否必须
country 国家名称中英文 string 否,为空是查询全部

响应数据

响应示例
{
    "code": 200,
    "message": "操作成功",
    "data": [
        {
            "id": 1,
            "countryEn": "China",
            "countryZhCn": "中国",
            "countryZhTw": "中國",
            "phoneCode": "86",
            "shortCode": "CHN",
            "status": true
        },
        {
            "id": 2,
            "countryEn": "Hong Kong",
            "countryZhCn": "中国香港",
            "countryZhTw": "香港",
            "phoneCode": "852",
            "shortCode": "HKG",
            "status": true
        },
        {
            "id": 3,
            "countryEn": "Taiwan",
            "countryZhCn": "中国台湾",
            "countryZhTw": "台灣(臺灣)",
            "phoneCode": "886",
            "shortCode": "TWN",
            "status": true
        },
        {
            "id": 4,
            "countryEn": "Macao",
            "countryZhCn": "中国澳门",
            "countryZhTw": "澳門",
            "phoneCode": "853",
            "shortCode": "MAC",
            "status": true
        },
        {
            "id": 5,
            "countryEn": "Singapore",
            "countryZhCn": "新加坡",
            "countryZhTw": "新加坡",
            "phoneCode": "65",
            "shortCode": "SGP",
            "status": true
        },
        {
            "id": 6,
            "countryEn": "Japan",
            "countryZhCn": "日本",
            "countryZhTw": "日本",
            "phoneCode": "81",
            "shortCode": "JPN",
            "status": true
        },
        {
            "id": 7,
            "countryEn": "Thailand",
            "countryZhCn": "泰国",
            "countryZhTw": "泰國",
            "phoneCode": "66",
            "shortCode": "THA",
            "status": true
        },
        {
            "id": 8,
            "countryEn": "Malaysia",
            "countryZhCn": "马来西亚",
            "countryZhTw": "馬來西亞",
            "phoneCode": "60",
            "shortCode": "MYS",
            "status": true
        },
        {
            "id": 9,
            "countryEn": "Philippines",
            "countryZhCn": "菲律宾",
            "countryZhTw": "菲律賓",
            "phoneCode": "63",
            "shortCode": "PHL",
            "status": true
        },
        {
            "id": 10,
            "countryEn": "Australia",
            "countryZhCn": "澳大利亚",
            "countryZhTw": "澳大利亞(澳洲)",
            "phoneCode": "61",
            "shortCode": "AUS",
            "status": true
        },
        {
            "id": 11,
            "countryEn": "Canada",
            "countryZhCn": "加拿大",
            "countryZhTw": "加拿大",
            "phoneCode": "1",
            "shortCode": "CAN",
            "status": true
        },
        {
            "id": 12,
            "countryEn": "United Kiongdom",
            "countryZhCn": "英国",
            "countryZhTw": "英國",
            "phoneCode": "44",
            "shortCode": "GBR",
            "status": true
        },
        {
            "id": 13,
            "countryEn": "United States of America",
            "countryZhCn": "美国",
            "countryZhTw": "美國",
            "phoneCode": "1",
            "shortCode": "USA",
            "status": true
        },
        {
            "id": 64,
            "countryEn": "France",
            "countryZhCn": "法国",
            "countryZhTw": "法國",
            "phoneCode": "33",
            "shortCode": "FRA",
            "status": true
        },
        {
            "id": 69,
            "countryEn": "Germany",
            "countryZhCn": "德国",
            "countryZhTw": "德國",
            "phoneCode": "49",
            "shortCode": "DEU",
            "status": true
        },
        {
            "id": 83,
            "countryEn": "Indonesia",
            "countryZhCn": "印度尼西亚",
            "countryZhTw": "印度尼西亞",
            "phoneCode": "62",
            "shortCode": "IDN",
            "status": true
        },
        {
            "id": 95,
            "countryEn": "Korea",
            "countryZhCn": "韩国",
            "countryZhTw": "韓國",
            "phoneCode": "82",
            "shortCode": "KOR",
            "status": true
        },
        {
            "id": 106,
            "countryEn": "Luxembourg",
            "countryZhCn": "卢森堡",
            "countryZhTw": "盧森堡",
            "phoneCode": "352",
            "shortCode": "LUX",
            "status": true
        },
        {
            "id": 113,
            "countryEn": "Mexico",
            "countryZhCn": "墨西哥",
            "countryZhTw": "墨西哥",
            "phoneCode": "52",
            "shortCode": "MEX",
            "status": true
        },
        {
            "id": 125,
            "countryEn": "New Zealand",
            "countryZhCn": "新西兰",
            "countryZhTw": "新西蘭",
            "phoneCode": "64",
            "shortCode": "NZL",
            "status": true
        }
    ]
}