https://xxxxxx/v4/ConfigSvc/GetIPList?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json&nettype=0
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com 首尔: adminapikr.im.qcloud.com 法兰克福: adminapiger.im.qcloud.com 硅谷: adminapiusa.im.qcloud.com 雅加达: adminapiidn.im.qcloud.com |
v4/ConfigSvc/GetIPList | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
nettype | 请求指定类型的服务器 IP 地址列表: nettype=0:所有的服务器 IP 地址列表 nettype=1:native SDK 访问的中国地区(包括中国香港)服务器 IP 地址列表 nettype=2:native SDK 访问的海外地区服务器地址列表 nettype=3:web SDK 访问的中国地区(包括中国香港)服务器 IP 地址列表 nettype=4:web SDK 访问的海外地区服务器地址列表 nettype=5: IM 回调中国地区(包括中国香港)的出口地址列表 nettype=6:IM 回调海外地区的出口地址列表 |
{}
{"ActionStatus": "OK","ErrorCode": 0,"IPList": [ "127.0.0.2", "183.192.202.0/25" ]}
字段 | 类型 | 说明 |
IPList | Array | 服务器 IP 列表 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
本页内容是否解决了您的问题?