curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/openidToId",
"params": {
"guid": "",
"openRoomId": "{{openRoomId}}",
"openRoomIdList": [
"{{openRoomIdList}}"
],
"corpAgentId": "{{corpAgentId}}"
}
}'{
"code": 0,
"data": {
"roomId": 123655441236,
"roomIdList": [
103985662187585
]
},
"msg": "成功"
}