mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	优化代码
This commit is contained in:
		| @ -55,7 +55,7 @@ public class WxMpTemplateMessage implements Serializable { | ||||
|   /** | ||||
|    * 模板数据. | ||||
|    */ | ||||
|   private List<WxMpTemplateData> data; | ||||
|   private List<WxMpTemplateData> data = new ArrayList<>(); | ||||
|  | ||||
|   public WxMpTemplateMessage addData(WxMpTemplateData datum) { | ||||
|     if (this.data == null) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang