搜索国家
基本信息
Path: /api/v2/country
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Body |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
keyword | string | 必须 | 国家名称关键字,前匹配 |
返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
Code | number | 非必须 | 状态码 | ||
Desc | string | 非必须 | 状态描述 | ||
Message | object [] | 非必须 | 返回对象 | item 类型: object | |
├─ region_code | string | 必须 | 国家代码 | ||
├─ region_id | number | 必须 | 国家id | ||
├─ region_cn | string | 必须 | 国家名 | ||
├─ hot_level | number | 必须 | 热度 | ||
├─ region_en | string | 必须 | 国家英文名 | ||
├─ continent_cn | string | 必须 | 所属板块 | ||
extData | object | 非必须 |