curl --location --request POST 'https://gxs.shhkgxs.com:27443/admin/carMaintenance/edit' \ --header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \ --header 'view-type: json' \ --form 'id="1"' \ --form 'car_id="2"' \ --form 'maintenance_type="1"' \ --form 'number_of_participants="1"' \ --form 'maintenance_enterprises="1"' \ --form 'responsible_person="6"' \ --form 'entry_into_force_time="2024-01-02"' \ --form 'inspector="未开发票"' \ --form 'notes=""' \ --form 'cost=""' \ --form 'question=""' \ --form 'payment_method="1"' \ --form 'remind_mileage="1111"' \ --form 'remind_date="2024-01-01"' \ --form 'images="[]"'
{ "url": "/admin/carMaintenance/edit.html", "noUrl": "/admin/carMaintenance/index.html", "yesBtn": "确定", "noBtn": "取消", "type": "confirm", "msg": "维修记录添加成功,继续添加?", "code": 0 }