1
0
mirror of synced 2026-05-22 14:43:15 +00:00

NotLoginException 增加新场景值 -7: 未按照指定前缀提交 token

This commit is contained in:
click33
2023-05-18 18:08:33 +08:00
parent 46dd4be560
commit 8cb8016fb4
4 changed files with 70 additions and 68 deletions
@@ -25,7 +25,7 @@ public class GlobalException {
// 打印堆栈,以供调试
System.out.println("全局异常---------------");
e.printStackTrace();
e.printStackTrace();
// 不同异常返回不同状态码
AjaxJson aj = null;