mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
commit
25f9d34edb
@ -279,9 +279,8 @@ func GetUserListId(contact_access_token string, userid string) (user_info WorkWe
|
|||||||
info = WorkWeixinDeptUserInfo{
|
info = WorkWeixinDeptUserInfo{
|
||||||
UserId: uir.DeptUser[i].UserId,
|
UserId: uir.DeptUser[i].UserId,
|
||||||
}
|
}
|
||||||
} else {
|
return info, "", true
|
||||||
return info, uir.ErrMsg, false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return info, "", true
|
return info, uir.ErrMsg, false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user