Package com.bytedesk.core.push.service
Class PushServiceSms
java.lang.Object
com.bytedesk.core.push.service.PushServiceSms
Deprecated.
Push短信服务 - 委托给SmsSendService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansendSms(String mobile, String country, String content, jakarta.servlet.http.HttpServletRequest request) sendSmsWithResult(String mobile, String country, String content, jakarta.servlet.http.HttpServletRequest request) sendValidateCode(String mobile, String country, String code)
-
Field Details
-
smsSendService
Deprecated.
-
-
Constructor Details
-
PushServiceSms
public PushServiceSms()Deprecated.
-
-
Method Details
-
sendSms
@Deprecated public boolean sendSms(String mobile, String country, String content, jakarta.servlet.http.HttpServletRequest request) Deprecated.发送短信 -
sendSmsWithResult
@Deprecated public PushSendResult sendSmsWithResult(String mobile, String country, String content, jakarta.servlet.http.HttpServletRequest request) Deprecated.发送短信并返回详细结果 -
sendValidateCode
Deprecated.发送验证码
-
SmsSendService