Interface VerificationCodeSendingStrategy
-
- All Known Implementing Classes:
ChineseVerificationCodeSendingStrategy
@Deprecated(since="1905", forRemoval=true) public interface VerificationCodeSendingStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 1905. UseVerificationCodeStrategyinstead.A strategy that sending a verification code to customer's mobile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsend(java.lang.String mobileNumber, java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Send code to a mobile.
-