{
"repair_id": "822024022794890018",
"maintenance_type": "1003需要用料,1004无需用料",
"materials": [
{
"res_id": "852025060109790015",
"material_name": "电池",
"material_count": 1,
"material_unit": "个",
"material_specification": "1000mAh",
"material_price": 10
}
],
"repair_fee": "string",
"pay_type": "现金",
"context": "提交订单"
}
curl --location --request PUT '/comm-c2-repairsetting/force-back/force-back/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"repair_id": "822024022794890018",
"maintenance_type": "1003需要用料,1004无需用料",
"materials": [
{
"res_id": "852025060109790015",
"material_name": "电池",
"material_count": 1,
"material_unit": "个",
"material_specification": "1000mAh",
"material_price": 10
}
],
"repair_fee": "string",
"pay_type": "现金",
"context": "提交订单"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}