Package com.bytedesk.core.push.sms
Class PushServiceImplSms
java.lang.Object
com.bytedesk.core.push.PushNotifier
com.bytedesk.core.push.sms.PushServiceImplSms
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private BytedeskProperties
private String
private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accessKeyId
-
accessKeySecret
-
signName
-
templateCode
-
bytedeskProperties
-
-
Constructor Details
-
PushServiceImplSms
public PushServiceImplSms()
-
-
Method Details
-
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
-