public static class EventService.OutboundIp extends Object
| 构造器和说明 |
|---|
OutboundIp(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
ListOutboundIpResp |
list(ListOutboundIpReq req)
获取事件出口IP,飞书开放平台向应用配置的回调地址推送事件时,是通过特定的IP发送出去的。
|
ListOutboundIpResp |
list(ListOutboundIpReq req,
RequestOptions reqOptions)
获取事件出口IP,飞书开放平台向应用配置的回调地址推送事件时,是通过特定的IP发送出去的。
|
public OutboundIp(Config config)
public ListOutboundIpResp list(ListOutboundIpReq req, RequestOptions reqOptions) throws Exception
IP段有变更可能,建议企业每隔6小时定时拉取IP段更新防火墙设置,这样因IP变更导致推送失败的事件还可以通过重试解决。 ;
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uYDNxYjL2QTM24iN0EjN/event-v1/outbound_ip/list ;
Exceptionpublic ListOutboundIpResp list(ListOutboundIpReq req) throws Exception
IP段有变更可能,建议企业每隔6小时定时拉取IP段更新防火墙设置,这样因IP变更导致推送失败的事件还可以通过重试解决。 ;
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uYDNxYjL2QTM24iN0EjN/event-v1/outbound_ip/list ;
ExceptionCopyright © 2022. All rights reserved.