From 0ad75f90e6464b95bef06c88227f521c5c03d41d Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期六, 06 五月 2023 16:39:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java b/user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java index f284a74..71f242f 100644 --- a/user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java +++ b/user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java @@ -58,13 +58,13 @@ /** * token异常 */ - TOKEN_EXPIRED(600, "token过期"), - TOKEN_ERROR(600, "token验证失败"), + TOKEN_EXPIRED(10030, "token过期"), + TOKEN_ERROR(10030, "token验证失败"), /** * 签名异常 */ - SIGN_ERROR(700, "签名验证失败"), + SIGN_ERROR(10040, "签名验证失败"), /** * 其他 -- Gitblit v1.7.1