微信推送功能: 主流程实现

This commit is contained in:
wj
2023-07-05 22:44:24 +08:00
parent 36101b405d
commit 9e4808f466
4 changed files with 131 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ public class GlobalUncaughtExceptionHandler implements Thread.UncaughtException
@Override
public void uncaughtException(Thread t, Throwable e) {
log.error("Exception in thread {} ", t.getName(), e);
e.printStackTrace();
}
}