linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
src/main/java/org/springblade/modules/resource/service/ISmsService.java
@@ -53,4 +53,11 @@
    */
   boolean enable(Long id);
   /**
    * 发送验证码
    * @param phone
    * @param type
    * @return
    */
    boolean smsSend(String phone, String type);
}