updaet
This commit is contained in:
parent
dd6a466235
commit
8c432a606b
@ -74,11 +74,11 @@ class WecomClient:
|
|||||||
async def unionid_to_external_userid(self, unionid: str, openid: str) -> Optional[str]:
|
async def unionid_to_external_userid(self, unionid: str, openid: str) -> Optional[str]:
|
||||||
"""根据unionid获取external_userid"""
|
"""根据unionid获取external_userid"""
|
||||||
try:
|
try:
|
||||||
url = f"https://qyapi.weixin.qq.com/cgi-bin/idconvert/unionid_to_external_userid?access_token={await self.get_access_token()}"
|
url = f"https://qyapi.weixin.qq.com/cgi-bin/corpgroup/unionid_to_external_userid?access_token={await self.get_access_token()}"
|
||||||
params = {
|
params = {
|
||||||
"unionid": unionid,
|
"unionid": unionid,
|
||||||
"openid": openid,
|
"openid": openid,
|
||||||
"subject_type": 1
|
"corpid": self.corp_id
|
||||||
}
|
}
|
||||||
|
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user