修复测试反馈问题

This commit is contained in:
2023-10-30 18:25:16 +08:00
parent f36c4706e4
commit 9aa8b22d99
40 changed files with 694 additions and 206 deletions

View File

@@ -227,6 +227,10 @@ public class SendMessageManager {
cache.remove(token);
}
public static boolean checkToken(String token) {
return cache.containsKey(token);
}
public static class SendData {
public boolean needToken = true;
private String toUid;