linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
src/main/java/org/springblade/modules/sms/service/ISmsSendService.java
@@ -38,4 +38,8 @@
   Boolean sendNotice(Long templateId,Long residenceId);
   Boolean sendRectificationNotice(Long templateId,Long placeSelfCheckId);
   Boolean loginSendVerificationCode(String phone);
   String checkCode(String phone, String code);
}