{
"method": "/user/getCorpInfo",
"params": {
"guid": "{{guid}}",
"corpIdList": [
"1970325156983916"
]
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/user/getCorpInfo",
"params": {
"guid": "{{guid}}",
"corpIdList": [
"1970325156983916"
]
}
}'{
"code": 200,
"data": {
"corpAdminId": "16888523******",
"corpCreateTime": 1496400169,
"corpFullName": "",
"corpId": "19703250*****",
"corpLogo": "https://p.qlogo.cn/bizmail/hIKhyOCCHPppia2jJd22yBvIoEVIjRolpS*****bicg/0",
"corpName": "aWNlLnN***5l",
"corpOwnerName": "5byg2****",
"corpDesc": "xxxxx***5l"
},
"msg": "成功"
}