Skip to content

Commit

Permalink
从 WeChatUser 移除功能变更的企业微信 getuserinfo 接口
Browse files Browse the repository at this point in the history
Fixes #609
  • Loading branch information
messense committed Nov 22, 2020
1 parent dc3bcf5 commit 7f70130
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wechatpy/work/client/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ def verify(self, user_id):
"""
return self._get("user/authsucc", params={"userid": user_id})

def get_info(self, agent_id, code):
return self._get("user/getuserinfo", params={"agentid": agent_id, "code": code})

def get_join_qrcode(self, size_type: Optional[int] = None) -> str:
"""
获取加入企业二维码
Expand Down

0 comments on commit 7f70130

Please sign in to comment.