{
"method": "/user/getQrcodeCard",
"params": {
"guid": "{{guid}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tenantToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/user/getQrcodeCard",
"params": {
"guid": "{{guid}}"
}
}'{
"code": 0,
"msg": "成功",
"data": {
"qrcodeUrl": "https://wework.qpic.cn/wwpic***_1773381447/0"
}
}