curl --location --request POST 'https://gxs.shhkgxs.com:27443/admin/carInsurance/edit' \ --header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \ --header 'view-type: json' \ --form 'id="3"' \ --form 'car_id="2"' \ --form 'insurance_type="意外险"' \ --form 'policyholder_name="未"' \ --form 'insurance_company="太平洋"' \ --form 'beneficiary_name="末"' \ --form 'policy_no="bx5255252522555"' \ --form 'agent="gentalman"' \ --form 'entry_into_force_time="2024-01-02"' \ --form 'contact_number="13131112111"' \ --form 'expiration_time="2024-01-03"' \ --form 'price="66"' \ --form 'images="[]"'
{ "url": "/admin/carInsurance/edit.html", "noUrl": "/admin/carInsurance/index.html", "yesBtn": "确定", "noBtn": "取消", "type": "confirm", "msg": "保险记录添加成功,继续添加?", "code": 0 }