x-token: ********************{
"bd_vid": "string",
"member_type": 0,
"uuid": "string"
}curl --location --request POST 'https://api.gogpu.cn/common/QRCodeLogin' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bd_vid": "string",
"member_type": 0,
"uuid": "string"
}'{
"code": 0,
"data": {
"expire_seconds": 0,
"url": "string"
},
"msg": "string"
}