{ "id": "6b4b3ebe-8086-4fea-8f3a-d3a4f57f9e06", "name": "清华", "address": "", "contact": "" }
curl --location --request PUT 'https://selfxu.cn:5000/school_info/modifi' \ --header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvb3QiLCJleHAiOjE3MDg5ODk3NDJ9.W9JyLi_rTmQ3Pp_Mj6eYQraGRGQgzbfV1TnFnNB6fIM' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "6b4b3ebe-8086-4fea-8f3a-d3a4f57f9e06", "name": "清华", "address": "", "contact": "" }'
{ "data": { "address": "", "contact": "", "id": "6b4b3ebe-8086-4fea-8f3a-d3a4f57f9e06", "name": "清华" }, "message": "修改成功", "status": "success" }