feat(work): 新增获取企业微信域名 IP 信息接口

This commit is contained in:
Fu Diwei
2024-07-29 10:37:22 +08:00
parent 4d244f04e0
commit 5793955ece
6 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[sys]]></FromUserName>
<CreateTime>1403610513</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[security]]></Event>
<ChangeType><![CDATA[change_domain_ip]]></ChangeType>
</xml>

View File

@@ -0,0 +1,38 @@
{
"errcode": 0,
"errmsg": "ok",
"domain_list": [
{
"domain": "i.work.weixin.qq.com",
"universal_domian": "work.weixin.qq.com",
"protocol": "TCP",
"port": [ 443, 80 ],
"is_necessary": 1,
"description": "企业微信客户端长连接,消息收发等功能;企业微信客户端短连接,登录、拉组织架构等功能"
},
{
"domain": "live.work.weixin.qq.com",
"universal_domian": "work.weixin.qq.com",
"protocol": "TCP",
"port": [ 443, 80 ],
"is_necessary": 0,
"description": "企业微信客户端长连接,消息收发等功能;企业微信客户端短连接,登录、拉组织架构等功能"
}
],
"ip_list": [
{
"ip": "115.238.203.109",
"protocol": "TCP",
"port": [ 443, 80 ],
"is_necessary": 0,
"description": "企业微信客户端HTTPDNS解析"
},
{
"ip": "115.238.203.110",
"protocol": "TCP",
"port": [ 443, 80 ],
"is_necessary": 1,
"description": "企业微信客户端HTTPDNS解析"
}
]
}