更新时间:2023-06-20 14:54:05下载pdf
本文介绍根据地区 ID 获取运营商列表的 API。
通过地区 ID 去获取这个地区支持的运营商列表。
GET: /v2.0/infrareds/{infrared_id}/areas/{area_id}/operators
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
area_id | Integer | uri | true | 地区 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
operator_id | Long | 运营商 ID |
operator_name | String | 运营商名称 |
country_code | String | 国家码 |
GET: /v2.0/infrareds/vdevo15345926009****/areas/1001/operators
{
"result": [
{
"operator_id": 111,
"country_code": "CN",
"operator_name": "***"
}
],
"t": 1632316827381,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈