{
"proxyIp": ""
}curl --location '/getQrCode' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data '{
"proxyIp": ""
}'{
"ret": 0,
"msg": "string",
"data": {
"qrCode": "string"
}
}