正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -572,7 +572,7 @@ func RefreshToken(request *protocol.RefreshTokenRequest) (rsp *protocol.RefreshT | @@ -572,7 +572,7 @@ func RefreshToken(request *protocol.RefreshTokenRequest) (rsp *protocol.RefreshT | ||
572 | //注入用户二次鉴权 | 572 | //注入用户二次鉴权 |
573 | if authMessage, hasAuth := agg.GetUserModuleAuth(userAuth.CurrentUserCompanyId); !hasAuth && userAuth.CurrentUserCompanyId > 0 { | 573 | if authMessage, hasAuth := agg.GetUserModuleAuth(userAuth.CurrentUserCompanyId); !hasAuth && userAuth.CurrentUserCompanyId > 0 { |
574 | log.Error(authMessage.Errno, authMessage.Errmsg) | 574 | log.Error(authMessage.Errno, authMessage.Errmsg) |
575 | - err = protocol.NewCustomMessage(4141, authMessage.Errmsg) //账号不存在 | 575 | + err = protocol.NewCustomMessage(4140, authMessage.Errmsg) //账号不存在 |
576 | return | 576 | return |
577 | } | 577 | } |
578 | //userAuth.AccessToken = uid.NewV1().StringNoDash() | 578 | //userAuth.AccessToken = uid.NewV1().StringNoDash() |
-
请 注册 或 登录 后发表评论