Package com.bytedesk.core.push.sms
Class PushServiceImplSms
java.lang.Object
com.bytedesk.core.push.PushNotifier
com.bytedesk.core.push.sms.PushServiceImplSms
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
初始化时处理配置项编码问题void
void
void
sendValidateCode
(String phone, String code)
-
Field Details
-
regionId
-
accessKeyId
-
accessKeySecret
-
signName
-
templateCode
-
bytedeskProperties
-
-
Constructor Details
-
PushServiceImplSms
public PushServiceImplSms()
-
-
Method Details
-
init
@Autowired public void init()初始化时处理配置项编码问题 -
notify
- Specified by:
notify
in classPushNotifier
-
send
@Async public void send(String mobile, String content, jakarta.servlet.http.HttpServletRequest request) - Specified by:
send
in classPushNotifier
-
sendValidateCode
-