{
"guid": "string",
"vid": "string"
}curl --location '/customer/get_user_info_with_check' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"vid": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"user_info_list": "string",
"scene_type": 0
}
}