yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-starter-sms/src/main/java/com/qianwen/core/sms/SmsTemplate.java
@@ -9,7 +9,7 @@
import com.qianwen.core.sms.model.SmsResponse;
import org.springframework.util.StringUtils;
/* loaded from: blade-starter-sms-9.3.0.0-SNAPSHOT.jar:org/springblade/core/sms/SmsTemplate.class */
public interface SmsTemplate {
    SmsResponse sendMessage(SmsData smsData, Collection<String> phones);