| 47 | } |
| 48 | |
| 49 | @Getter |
| 50 | static class PushModel { |
| 51 | private final String title = "BILIBILI-HELPER任务简报"; |
| 52 | private final String template = "txt"; |
| 53 | private final String token; |
| 54 | private final String content; |
| 55 | |
| 56 | public PushModel(String token, String content) { |
| 57 | this.token = token; |
| 58 | this.content = content; |
| 59 | } |
| 60 | } |
| 61 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…