Uses of Class
com.bytedesk.core.sms.SmsSendResult
Packages that use SmsSendResult
-
Uses of SmsSendResult in com.bytedesk.core.push.service
Methods in com.bytedesk.core.push.service with parameters of type SmsSendResultModifier and TypeMethodDescriptionprivate PushSendResultPushSendService.convertSmsResult(SmsSendResult smsResult) 将SmsSendResult转换为PushSendResult -
Uses of SmsSendResult in com.bytedesk.core.sms
Methods in com.bytedesk.core.sms that return SmsSendResultModifier and TypeMethodDescriptionstatic SmsSendResultSmsSendResult.failure(SmsSendResult.SendCodeErrorType errorType, String errorMessage) 失败结果private SmsSendResultSmsSendService.parseAliyunSmsResponse(String responseData) 解析阿里云短信服务响应SmsSendService.sendSmsWithResult(String mobile, String country, String content, jakarta.servlet.http.HttpServletRequest request) 发送短信并返回详细结果SmsSendService.sendValidateCode(String mobile, String country, String code) 发送验证码static SmsSendResultSmsSendResult.success()成功结果