token: ********************
{
"name": "企业名称改名",
"usc_code": "社会统一信用码",
"legal_person_name": "法人",
"business_scope": "经营范围",
"region_id": 110101,
"address": "详细地址",
"contact_person": "联系人",
"contact_phone": "联系电话",
"email": "abc@163.com",
"file_list": [
{
"file_id": 440,
"file_type": 1
}
]
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/company/2' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "企业名称改名",
"usc_code": "社会统一信用码",
"legal_person_name": "法人",
"business_scope": "经营范围",
"region_id": 110101,
"address": "详细地址",
"contact_person": "联系人",
"contact_phone": "联系电话",
"email": "abc@163.com",
"file_list": [
{
"file_id": 440,
"file_type": 1
}
]
}'
{}