linwe
2024-05-24 b6d1acb0c319e60fc4c03ed2fdd19be16440e2de
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);
}