修改接种点的是否显示和最大数量
PUT
http://localhost:8888/vaccines/updateVaccine
请求参数
参数名
类型
描述
必填
id
int
数据id
必填
isShow
int
是否显示 1:显示,2:不显示
必填
maxNum
int
预约最大数量
必填