更新时间:2024-01-15 GMT+08:00

查询发送国家

功能介绍

该接口用于用户查询短信发送的国家信息。

URI

GET /v2/{project_id}/msgsms/country

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID,参考“获取账号、用户、项目的名称和ID

表2 Query参数

参数

是否必选

参数类型

描述

country_name_en

String

国家(英文)

country_name_zh

String

国家(中文)

请求参数

表3 请求Header参数

参数

是否必选

参数类型

描述

Content-Type

String

请求体参数类型,该字段必须设置为:application/json

X-Auth-Token

String

用户Token。通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)

响应参数

表4 响应SmsCountryResp参数

参数

描述

country_id

国家id

country_name_en

国家(英文)

country_name_zh

国家(中文)

请求示例

GET /v2/845ada5bc7444f1295cd517af0123da1/msgsms/country?country_name_en=Afghanistan 
Host: 100.85.***.***:30300
Content-Type: application/json
X-Auth-Token:******

响应示例

[
    {
        "country_name_en": "Afghanistan",
        "country_name_zh": "阿富汗"
    }
]

返回值

返回值

描述

200

OK

401

Unauthorized

403

Forbidden

404

Not Found

500

System error