是
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
open_id | true | int | 用户唯一标识 |
time | true | char | 时间(如:2018-01-22 17:00) |
temperature | true | char | 温度 |
名称 | 类型 | 说明 |
---|---|---|
status | int | 状态 |
msg | char | 返回信息 |
//成功返回
{
"data":{},
"msg": "success",
"status": 200
}
//失败返回
{
"data":{},
"msg": "失败原因",
"status": 400
}