@Component @ConditionalOnMissingBean(name="smsCodeSender") @EnableConfigurationProperties(value=top.doudou.common.sms.details.properties.ALiYunProperties.class) public class DefaultSmsCodeSender extends Object implements SmsCodeSender
public void send(String mobile, String code)
send 在接口中 SmsCodeSendermobile - 手机号码code - 验证码Copyright © 2022 Pivotal Software, Inc.. All rights reserved.