mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +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
	 Kyle Scully
					Kyle Scully