{
"guid": "string",
"order_type": 0
}curl --location '/contact/batch_get_corpinfo' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"order_type": 0
}'{
"error_code": 0,
"error_message": "string",
"data": {
"users": [
{}
],
"corpListData": "string"
}
}