package com.bcxin.survey.service; import com.bcxin.survey.vo.EmailModel; public interface NotifyService { void sendHuaWeiSMS(String phone,String content,String platform,String smsCode, String[] params); //boolean sendMessage(MessageModel model); void sendEmail(EmailModel model); }