## **考勤数据上报 postUrl、postUrl2**
**接口描述**
* 考勤数据上报
**请求URL**
* [xxx.com/xxx](http://xxx.com/xxx)
**请求方式**
* post
**请求参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| deviceId | string | 设备序列号 |
| cardCode| string | 卡号 |
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| status| string | 0,成功,1、-1对服务器无用的数据,返回1或-1,比如1秒内多条数据|
**返回示例**
~~~
{
"status": 0,
"msg": "success",
"data": null
}
~~~