POSThttps://api.dataify.com/api/open/geo/states| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| country | string | 是 | 国家代码 |
| type | int | 否 | 资源类型:1 表示高带宽资源;不传值默认为住宅资源 |
{
"country": "US"
}| 字段 | 类型 | 说明 |
|---|---|---|
| state | string | 州代码 |
| state_show | string | 州显示名称 |
{
"code": 200,
"data": [
{
"state": "CA",
"state_show": "California"
}
],
"message": "success",
"timestamp": 1710000001
}state 为标准州/省代码,state_show 为前端显示名称。type 可选,决定返回的是高带宽资源州列表还是住宅资源州列表。