添加预约
POST
http://localhost:8888/vaccines/add_usersign
请求参数
参数名
类型
描述
必填
name
string
示例:陈晨 姓名
必填
phone
int
示例:15852906237 手机号码
必填
card
string
示例:3211831993235121321 身份证
必填
point_id
int
示例:1 接种地点
必填
hope_time
string
示例:2021-06-03T15:19:01+08:00 预约期望时间
必填
code
string
必填
响应参数
参数名
类型
描述
必填
code
int
示例:7
必填
data
object
数据字典
必填
msg
string
示例:已预约,请先取消
必填