修复测试反馈问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user