优化代码语法,token采用jwt加强

This commit is contained in:
2026-08-06 17:11:08 +08:00
parent 0dc12c2d2f
commit 68dbec4aea
21 changed files with 387 additions and 203 deletions
@@ -126,9 +126,7 @@ public abstract class BaseJob implements Runnable, JobInterface {
/**
* 运行作业
*
* @throws Exception 运行异常
*/
public abstract void runJob() throws Exception;
public abstract void runJob();
}