mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#855 http请求执行器类RequestExecutor接口增加异步执行方法
This commit is contained in:
@@ -55,6 +55,7 @@ public class WxMpTemplateMessage implements Serializable {
|
||||
/**
|
||||
* 模板数据.
|
||||
*/
|
||||
@Builder.Default
|
||||
private List<WxMpTemplateData> data = new ArrayList<>();
|
||||
|
||||
public WxMpTemplateMessage addData(WxMpTemplateData datum) {
|
||||
|
||||
Reference in New Issue
Block a user