上传日报
POST
http://localhost:8091/healthsys/daily
请求参数
参数名
类型
描述
必填
schmail
string
示例:a860768214@whut.edu.cn
必填
temperature
float
示例:36.5
必填
location
string
示例:wl
必填
infection
int
示例:1
必填
familyinfection
int
示例:1
必填
响应参数
参数名
类型
描述
必填
msg
string
成功:"success";失败:"user_havent_registered"//"already_upload_today"//"unknown_error"
必填
status
int
成功:1;失败:0
必填