public interface WeChatSecurityIpStore
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSecurityIpRange(List<String> ipRangeList)
新增一组微信的服务器ip段
|
void |
addSecurityIpRange(String ipRange)
新增一个微信的服务器ip段
|
boolean |
isSecurityIp(String ip)
判断当前访问ip是否是安全的
|
Copyright © 2022. All rights reserved.