{
"repair_id": "822024021727861281",
"context": "我就要改单",
"staff_id": "302025052972240004"
}
curl --location --request PUT '/comm-c2-repairsetting/repair-to-do/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"repair_id": "822024021727861281",
"context": "我就要改单",
"staff_id": "302025052972240004"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}