src/main/java/org/springblade/modules/sms/service/ISmsSendService.java
@@ -36,4 +36,12 @@ Boolean sendNotice(Long templateId,Long residenceId); Boolean sendRectificationNotice(Long templateId,Long placeSelfCheckId); Boolean loginSendVerificationCode(String phone); String checkCode(String phone, String code); Boolean batchSendNotice(Long smsTaskId); }