{
"loginInfo": {
"szServerAddr": "115.28.79.237",
"iServerPort": 9701,
"szUserName": "test",
"password_encrypted":"224d5ee0c6a07e17cd4c7a1d21b3b2bb22c208f17c9"
}
}{
"user_id": "string",
"device_id": "string",
"begin_time": 0,
"end_time": 0
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/auth/qrcode' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"device_id": "string",
"begin_time": 0,
"end_time": 0
}'{
"code": 0,
"msg": "string",
"data": {
"begin_time": 0,
"end_time": 0,
"server_addr": [
"string"
],
"password_encrypted": "string"
}
}