Uses of Record Class
cloud.opencode.base.sms.message.SmsMessage
Packages that use SmsMessage
Package
Description
-
Uses of SmsMessage in cloud.opencode.base.sms
Methods in cloud.opencode.base.sms with parameters of type SmsMessageMethod parameters in cloud.opencode.base.sms with type arguments of type SmsMessageModifier and TypeMethodDescriptionOpenSms.sendBatch(List<SmsMessage> messages) Send batch SMS 批量发送短信 -
Uses of SmsMessage in cloud.opencode.base.sms.batch
Methods in cloud.opencode.base.sms.batch with parameters of type SmsMessageModifier and TypeMethodDescriptionBatchSender.sendToPhones(List<String> phones, SmsMessage templateMessage) Send to multiple phones with same template 使用相同模板发送给多个手机号Method parameters in cloud.opencode.base.sms.batch with type arguments of type SmsMessageModifier and TypeMethodDescriptionBatchSender.send(List<SmsMessage> messages) Send batch messages 批量发送消息BatchSender.sendAsync(List<SmsMessage> messages) Send batch messages asynchronously 异步批量发送消息 -
Uses of SmsMessage in cloud.opencode.base.sms.message
Methods in cloud.opencode.base.sms.message that return SmsMessageModifier and TypeMethodDescriptionSmsMessage.Builder.build()static SmsMessageCreate message with content 使用内容创建消息static SmsMessageCreate message with template 使用模板创建消息 -
Uses of SmsMessage in cloud.opencode.base.sms.provider
Methods in cloud.opencode.base.sms.provider with parameters of type SmsMessageModifier and TypeMethodDescriptionprotected StringHttpSmsProvider.buildRequestBody(SmsMessage message) Build request body 构建请求体protected abstract SmsResultAbstractSmsProvider.doSend(SmsMessage message) Actual send implementation 实际发送实现protected SmsResultConsoleSmsProvider.doSend(SmsMessage message) AbstractSmsProvider.send(SmsMessage message) AliSmsSender.send(SmsMessage message) HttpSmsProvider.send(SmsMessage message) HuaweiSmsSender.send(SmsMessage message) SmsProvider.send(SmsMessage message) Send single SMS 发送单条短信TencentSmsSender.send(SmsMessage message) Send SMS message 发送短信消息protected voidAbstractSmsProvider.validateMessage(SmsMessage message) Validate message 验证消息protected voidConsoleSmsProvider.validateMessage(SmsMessage message) Method parameters in cloud.opencode.base.sms.provider with type arguments of type SmsMessageModifier and TypeMethodDescriptionAliSmsSender.sendBatch(List<SmsMessage> messages) HttpSmsProvider.sendBatch(List<SmsMessage> messages) HuaweiSmsSender.sendBatch(List<SmsMessage> messages) SmsProvider.sendBatch(List<SmsMessage> messages) Send batch SMS 批量发送短信TencentSmsSender.sendBatch(List<SmsMessage> messages) Send batch SMS messages 批量发送短信消息 -
Uses of SmsMessage in cloud.opencode.base.sms.template
Methods in cloud.opencode.base.sms.template that return SmsMessageModifier and TypeMethodDescriptionSmsTemplateRegistry.createMessage(String templateId, String phoneNumber, Map<String, String> variables) Create message from template 从模板创建消息Creates a message from template.Methods in cloud.opencode.base.sms.template that return types with arguments of type SmsMessage -
Uses of SmsMessage in cloud.opencode.base.sms.validation
Methods in cloud.opencode.base.sms.validation with parameters of type SmsMessageModifier and TypeMethodDescriptionstatic StringSmsLogSanitizer.sanitize(SmsMessage message) Sanitize SMS message for logging 脱敏短信消息用于日志