curl --location 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/user/getQrcodeCard",
"params": {
"guid": ""
}
}'{
"code": 200,
"data": {
"qrcodeUrl": "https://wework.qpic.cn/wwpic3az/1****_EcLwLKPRS3-XPSk_1708690556/0"
},
"msg": "成功"
}