获取动态住宅州/省份列表
GET
/externalapi/common/stateList获取静态住宅时长对应国家列表
请求参数
Query 参数
access_token
string
必需
用户token。用户登录之后,获取token
示例值:
0661d6cebb
type
string
必需
套餐类型:0=全球动态住宅,1=全球静态住宅,2=全球数据中心。此处固定为:0
示例值:
0
status
string
必需
计费模式:0=按流量,1=按时长,2=按ip数。此处固定为:0
示例值:
0
country_id
integer
必需
所属国家id,从返回的国家列表中获取
示例值:
1905
country_code
string
所属国家编码
示例值:
US
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
响应编码:1=正常,0=错误
msg
string
响应说明
time
string
必需
data
object
必需
countrys
array [object {6}]
国家列表
示例
{
"code": 1,
"msg": "获取成功!",
"time": "1697680105",
"data": {
"countrys": [
{
"id": 11,
"name": "美国",
"image": "",
"code": "US",
"type_text": "",
"status_text": ""
},
{
"id": 12,
"name": "中国台湾省",
"image": "",
"code": "TW",
"type_text": "",
"status_text": ""
}
]
}
}
最后修改时间: 9 个月前