{
"id": "string",
"companyName": "string",
"keyWord": "string",
"enterpriseCode": "string",
"description": "string",
"contact": "string",
"phone": "string",
"isSync": 0
}
curl --location --request POST '/api/device/dictionary/company/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyName": "string",
"keyWord": "string",
"enterpriseCode": "string",
"description": "string",
"contact": "string",
"phone": "string",
"isSync": 0
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}