{
"company_id": "string",
"abbreviation": "string",
"website_list": "string",
"population_size": 0,
"real_address": "string",
"company_profile": "string",
"company_custom": {}
}curl --location 'https://openapi.weiling.cn/openapi/company/edit?access_token=undefined' \
--header 'Content-Type: application/json' \
--data '{
"company_id": "string",
"abbreviation": "string",
"website_list": "string",
"population_size": 0,
"real_address": "string",
"company_profile": "string",
"company_custom": {}
}'{
"msg": "success",
"code": 0,
"data": {
"company_id": "xxx"
}
}