mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 针对企微模板卡片消息中按钮交互型消息的buttonSelection属性增加builder方法
This commit is contained in:
parent
3550d2965c
commit
eaf5b3ac1a
@ -427,6 +427,17 @@ public class TemplateCardBuilder extends BaseBuilder<TemplateCardBuilder> {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button selection template card builder.
|
||||
*
|
||||
* @param buttonSelection the button selection
|
||||
* @return the template card builder
|
||||
*/
|
||||
public TemplateCardBuilder buttonSelection(TemplateCardButtonSelection buttonSelection) {
|
||||
this.buttonSelection = buttonSelection;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Buttons template card builder.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user