文档
测试

事件修改

PUT
http://localhost:8091/eventManagement/eventModify

请求参数

参数名
类型
描述
必填
id
Integer
事件ID
必填
eventName
String
事件名称
必填
nature
String
事件性质
必填
occurrenceTime
LocalDateTime
发生时间
必填
eventLocation
String
事件地点
必填
useCar
Integer
是否用车 0否/1是
必填
content
String
事件内容
必填

响应参数

参数名
类型
描述
必填
msg
必填
code
必填

说明 / 示例

{ "msg": "修改成功", "code": 200 }