https://developers.weixin.qq.com/doc/service/api/base/api_callbackcheck.html
使用网络通信检测,为什么每次返回内容只是域名下的一个ip,文档说明会对所有IP进行一次ping操作,得到丢包率和耗时吗。为什么每次请求都只是域名下某一个ip呢。
{
"dns": [
{
"ip": "124.127.xx.xx",
"real_operator": "CHINANET"
}
],
"ping": [
{
"ip": "124.127.xx.xx",
"from_operator": "CHINANET",
"package_loss": "100%",
"time": ""
}
]
}
