|
|
|
@ -7,13 +7,14 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.net.URISyntaxException;
|
|
|
|
import java.net.URISyntaxException;
|
|
|
|
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.Set;
|
|
|
|
import java.util.Set;
|
|
|
|
|
|
|
|
|
|
|
|
public interface MailGunService {
|
|
|
|
public interface MailGunService {
|
|
|
|
|
|
|
|
|
|
|
|
void dealNotify(String nofityString) throws Exception;
|
|
|
|
void dealNotify(String nofityString) throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
void dealDroppedNotify(String content) throws Exception;
|
|
|
|
void dealDroppedNotify(Map<String, String[]> parameter) throws Exception;
|
|
|
|
|
|
|
|
|
|
|
|
JSONObject sendMail(SendMail sendMail);
|
|
|
|
JSONObject sendMail(SendMail sendMail);
|
|
|
|
|
|
|
|
|
|
|
|
|