mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	🎨 优化部分代码,部分map字段赋初始值,避免未配置时空指针
This commit is contained in:
		| @ -90,7 +90,7 @@ public abstract class BaseWxMaServiceImpl<H, P> implements WxMaService, RequestH | ||||
|  | ||||
|   private final WxMaOpenApiService wxMaOpenApiService = new WxMaOpenApiServiceImpl(this); | ||||
|  | ||||
|   private Map<String, WxMaConfig> configMap; | ||||
|   private Map<String, WxMaConfig> configMap = new HashMap<>(); | ||||
|   private int retrySleepMillis = 1000; | ||||
|   private int maxRetryTimes = 5; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 J
					J