## **体温检测数据上报 postTemperatureUrl**
**接口描述**
* 体温检测数据上报
**请求URL**
**请求方式**
* POST
| 参数名 | 必传 | 类型 | 说明 |
| --- | --- | --- | --- |
| deviceId | 是 | string | 设备号 |
| cardCode | 是 | string | 卡号 |
| temperature | 是 | string | 温度 |
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| status | string | 0,成功,1、-1对服务器无用的数据,返回1或-1,比如1秒内多条数据 |
**返回示例**
~~~
{
"status": 0,
"msg": "success",
"data": null
}
~~~