mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
bugfix:登录逻辑异常修复
This commit is contained in:
parent
6648078bdf
commit
582f255b6d
@ -279,9 +279,8 @@ func GetUserListId(contact_access_token string, userid string) (user_info WorkWe
|
||||
info = WorkWeixinDeptUserInfo{
|
||||
UserId: uir.DeptUser[i].UserId,
|
||||
}
|
||||
} else {
|
||||
return info, uir.ErrMsg, false
|
||||
return info, "", true
|
||||
}
|
||||
}
|
||||
return info, "", true
|
||||
return info, uir.ErrMsg, false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user