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