{
"guid": "string",
"openid_list": [
"string"
]
}curl --location '/open/openid_to_vid' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"openid_list": [
"string"
]
}'{
"error_code": 0,
"error_message": "string",
"data": {
"openidList": [
{}
]
}
}