{
"repair_id": "822024021727861281",
"is_material": "1",
"materials": [
{
"res_id": "852025060109790015",
"material_name": "电池",
"material_count": 1,
"material_unit": "个",
"material_specification": "1000mAh",
"material_price": 10
}
],
"context": "处理意见:我要办结",
"repair_before_photo_path": [
"D:\\computer practice\\imgs\\repair_before_1.jpg",
"D:\\computer practice\\imgs\\repair_before_2.jpg",
"D:\\computer practice\\imgs\\repair_before_3.jpg"
],
"repair_after_photo_path": [
"D:\\computer practice\\imgs\\repair_after_1.jpg",
"D:\\computer practice\\imgs\\repair_after_2.jpg",
"D:\\computer practice\\imgs\\repair_after_3.jpg"
],
"room_id": "102025052701090065",
"pay_type": "微信转账",
"total_price": "2"
}
curl --location --request PUT '/comm-c2-repairsetting/repair-to-do/finish' \
--header 'Content-Type: application/json' \
--data-raw '{
"repair_id": "822024021727861281",
"is_material": "1",
"materials": [
{
"res_id": "852025060109790015",
"material_name": "电池",
"material_count": 1,
"material_unit": "个",
"material_specification": "1000mAh",
"material_price": 10
}
],
"context": "处理意见:我要办结",
"repair_before_photo_path": [
"D:\\computer practice\\imgs\\repair_before_1.jpg",
"D:\\computer practice\\imgs\\repair_before_2.jpg",
"D:\\computer practice\\imgs\\repair_before_3.jpg"
],
"repair_after_photo_path": [
"D:\\computer practice\\imgs\\repair_after_1.jpg",
"D:\\computer practice\\imgs\\repair_after_2.jpg",
"D:\\computer practice\\imgs\\repair_after_3.jpg"
],
"room_id": "102025052701090065",
"pay_type": "微信转账",
"total_price": "2"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}