## **晨檢上報 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"
}
~~~