{
"state": "9999",
"staff_id": "302025052791430008",
"remark": "生病",
"community_id": "2023052267100146",
"repair_type_name": "修水管"
}curl --location --request PUT '/comm-c2-repairsetting/repair-setting/repair-worker/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": "9999",
"staff_id": "302025052791430008",
"remark": "生病",
"community_id": "2023052267100146",
"repair_type_name": "修水管"
}'{
"code": 10000,
"message": "success",
"data": "string"
}