{
"application_type": "string",
"code": "string"
}curl --location --request POST 'https://api.gogpu.cn/user/OpenIDLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"application_type": "string",
"code": "string"
}'{
"code": 0,
"data": {
"code": "string",
"list": null
},
"msg": "string"
}