## **晨检上报 detectionUrl**
**接口描述**
* 晨检数据上报
**请求URL**
* [xxx.com/xxx](http://xxx.com/xxx)
**请求方式**
* post
**请求参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| deviceId | string | 设备序列号 |
| cardCode| string | 学生卡号 |
| time| string | 刷卡时间 |
| dataType| string | 体温temperature、身高height、体重weight
|
| dataValue| string | 数值|
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| status| string | 0,成功,1、-1不保存数据|
**返回示例**
~~~
{
"status": 0,
"msg": "上传成功",//服务器返回
"data": null
"servertime": "1535703001194"
}
~~~