{
"DeviceID": "string",
"DeviceName": "string",
"ProxyInfo": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
}
}
curl --location --request POST '/GetQRCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"DeviceID": "string",
"DeviceName": "string",
"ProxyInfo": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
}
}'
{
"Code": 0,
"Data": {
"ExpiredTime": "string",
"QRCodeBase64": "string",
"QRCodeURL": "string",
"Uuid": "string"
},
"Message": "string",
"Success": true
}