You've already forked FrameTour-BE
支持微信服务通知,调整方法
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user