public class OutboundIp extends Object
| 构造器和说明 |
|---|
OutboundIp(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
ListOutboundIpResp |
list(ListOutboundIpReq req)
获取事件出口 IP,飞书开放平台向应用配置的回调地址推送事件时,是通过特定的 IP 发送出去的,应用可以通过本接口获取所有相关的 IP 地址。
|
ListOutboundIpResp |
list(ListOutboundIpReq req,
RequestOptions reqOptions)
获取事件出口 IP,飞书开放平台向应用配置的回调地址推送事件时,是通过特定的 IP 发送出去的,应用可以通过本接口获取所有相关的 IP 地址。
|
public OutboundIp(Config config)
public ListOutboundIpResp list(ListOutboundIpReq req, RequestOptions reqOptions) throws Exception
IP 地址有变更可能,建议定期拉取最新 IP 地址,并自动更新至防火墙规则。此外, IP 变更时,开放平台将会推送卡片消息和发布更新日志提前告知开发者。 ;
Exceptionpublic ListOutboundIpResp list(ListOutboundIpReq req) throws Exception
IP 地址有变更可能,建议定期拉取最新 IP 地址,并自动更新至防火墙规则。此外, IP 变更时,开放平台将会推送卡片消息和发布更新日志提前告知开发者。 ;
ExceptionCopyright © 2026. All rights reserved.