mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增网络检测接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "all",
|
||||
"check_operator": "DEFAULT"
|
||||
}
|
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"dns": [
|
||||
{
|
||||
"ip": "111.161.64.40",
|
||||
"real_operator": "UNICOM"
|
||||
},
|
||||
{
|
||||
"ip": "111.161.64.48",
|
||||
"real_operator": "UNICOM"
|
||||
}
|
||||
],
|
||||
"ping": [
|
||||
{
|
||||
"ip": "111.161.64.40",
|
||||
"from_operator": "UNICOM",
|
||||
"package_loss": "0%",
|
||||
"time": "23.079ms"
|
||||
},
|
||||
{
|
||||
"ip": "111.161.64.48",
|
||||
"from_operator": "UNICOM",
|
||||
"package_loss": "0%",
|
||||
"time": "21.434ms"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user