package com.bootdo.datas.service; /** *@date 2022/3/17 14:47 *@author wangp *@description */ public interface SmsService { void sendSMS(String mobile,String content); }