| | |
| | | import javax.validation.constraints.NotBlank; |
| | | import com.qianwen.core.notify.template.Template; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/wechat/mini/WechatMiniMessageTemplate.class */ |
| | | public class WechatMiniMessageTemplate implements Template { |
| | | @NotBlank(message = "[templateId]模板Id不能为空") |
| | | private String templateId; |
| | |
| | | return this.properties; |
| | | } |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/wechat/mini/WechatMiniMessageTemplate$ConfigProperty.class */ |
| | | |
| | | public static class ConfigProperty { |
| | | private String name; |
| | | private String value; |