文档
测试

上传日报

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
必填
data
object
数据字典
必填
id
int
示例:1
必填
uid
int
示例:1
必填
recordtime
string
示例:1602673002505
必填
temperature
string
示例:36.5
必填
location
string
示例:wl
必填
infection
int
示例:1
必填
familyinfection
int
示例:1
必填