支持微信服务通知,调整方法

This commit is contained in:
2025-01-06 18:44:08 +08:00
parent afaac1bb0c
commit 9b32c2fd75
9 changed files with 98 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ import java.util.Map;
public interface INotifyAdapter {
void loadConfig(Map<String, String> _config);
void send(NotifyContent notifyContent);
void sendTo(NotifyContent notifyContent, String to);
}