token: ********************
{
"name": "测试0316",
"id_card": "411102199202060091",
"gender": 1,
"mobile_number": "13261696717",
"age": 32,
"job_category": "木匠",
"native_place": "北京",
"type": "项目",
"address": "北京市朝阳区469号"
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/contract-workers/1' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "测试0316",
"id_card": "411102199202060091",
"gender": 1,
"mobile_number": "13261696717",
"age": 32,
"job_category": "木匠",
"native_place": "北京",
"type": "项目",
"address": "北京市朝阳区469号"
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"manager_id": 0,
"name": "string",
"usc_code": "string",
"legal_person_name": "string",
"business_scope": "string",
"region_id": null,
"address": "string",
"contact_person": "string",
"contact_phone": "string",
"email": "string",
"max_account_num": 0,
"trial_end_at": 0,
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"files": [
{
"id": 0,
"md5": "string",
"origin_name": "string",
"path": "string",
"size": 0,
"duration": 0,
"created_by": 0,
"created_at": 0,
"updated_by": null,
"updated_at": null,
"deleted_by": null,
"deleted_at": null,
"pivot": {
"refer_table_type": 0,
"data_id": 0,
"file_id": 0,
"file_type": 0
}
}
],
"manager": {
"id": 0,
"mobile": "string",
"account": "string",
"name": "string",
"is_enable": true,
"created_at": 0,
"updated_at": 0,
"deleted_at": null,
"created_by": 0,
"updated_by": 0,
"deleted_by": null
}
}
}