{
"method": "/contact/openid",
"params": {
"guid": "{{guid}}",
"userIdList": [
"16888**********"
],
"corpAgentId": "5629***777700"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/openid",
"params": {
"guid": "",
"userIdList": [
"16888**********"
],
"corpAgentId": "5629***777700"
}
}'{
"code": 0,
"data": {
"openUserList": [
{
"openUserId": "wohNLvDA2**********JJ11g",
"userId": "1688**********"
}
]
},
"msg": "成功"
}