linwe
2024-06-04 24d9950ec97fdc3ac2d835a99d46d6fbda30bf00
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);
}