【7.0.2】【auth】jwt解析失效也改为01编码

pull/6/head
fengshuonan 2021-04-02 17:11:47 +08:00
parent fc655153f2
commit 4e0c06a7e8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public enum AuthExceptionEnum implements AbstractExceptionEnum {
/**
* jwt tokentokentokenjwt
*/
TOKEN_PARSE_ERROR(RuleConstants.BUSINESS_ERROR_TYPE_CODE + AuthConstants.AUTH_EXCEPTION_STEP_CODE + "01", "TOKEN解析失败传递正常TOKEN"),
TOKEN_PARSE_ERROR(RuleConstants.BUSINESS_ERROR_TYPE_CODE + AuthConstants.AUTH_EXCEPTION_STEP_CODE + "01", "TOKEN解析失败重新登录"),
/**
*