{
"com_phone": "string",
"com_name": "string",
"com_intro": "string",
"com_address": "string",
"com_num": "string",
"com_type": "string",
"com_work_time": "string",
"com_set_time": "string",
"com_welfare": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/info/update' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"com_phone": "string",
"com_name": "string",
"com_intro": "string",
"com_address": "string",
"com_num": "string",
"com_type": "string",
"com_work_time": "string",
"com_set_time": "string",
"com_welfare": "string"
}'
{
"code": 0,
"msg": "ok",
"data": {
"com_id": "B143f9124437",
"com_name": "xxx有限责任公司",
"com_phone": "15875195553",
"com_intro": "致力于有声教育",
"com_address": "河南省襄阳市元朗区",
"com_num": "1000",
"com_type": "互联网",
"com_work_time": "早九晚六",
"com_set_time": "1996-06-21 21:04:06",
"com_welfare": "五险一金"
}
}