linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/sms/service/ISmsSendService.java
@@ -38,4 +38,10 @@
   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);
}