mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-16 21:36:27 +08:00
🎨 modifier order
This commit is contained in:
@@ -18,7 +18,7 @@ import java.util.Map;
|
||||
*/
|
||||
public class WxDnsResolver implements DnsResolver {
|
||||
|
||||
private final static String WECHAT_API_URL = "api.weixin.qq.com";
|
||||
private static final String WECHAT_API_URL = "api.weixin.qq.com";
|
||||
private static Map<String, InetAddress[]> MAPPINGS = new HashMap<>();
|
||||
protected final Logger log = LoggerFactory.getLogger(WxDnsResolver.class);
|
||||
private String wxApiIp;
|
||||
|
||||
Reference in New Issue
Block a user