{
"repair_type": "102023053136440010",
"repair_name": "张三",
"tel": "13111011002",
"appointment_time": "2023-10-01 10:00:00",
"context": "报修内容示例",
"repair_id": "822023080257540003"
}
curl --location --request PUT '/comm-c2-repairsetting/tell-repair/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"repair_type": "102023053136440010",
"repair_name": "张三",
"tel": "13111011002",
"appointment_time": "2023-10-01 10:00:00",
"context": "报修内容示例",
"repair_id": "822023080257540003"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}