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

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

@@ -21,7 +21,7 @@ public class ServerChanNotifyAdapter implements INotifyAdapter {
}
@Override
public void send(NotifyContent notifyContent) {
public void sendTo(NotifyContent notifyContent, String to) {
scSend(notifyContent.getTitle(), notifyContent.getContent(), config.getKey());
}