🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
{ "status": 0, "msg": "success", "data": null }## **考勤数据上报 postUrl、postUrl2** **接口描述** * 考勤数据上报 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * post **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | | cardCode| string | 卡号 | | time| string | 刷卡时间 | | pictureUrls| Array | 图片地址数组| | latitude | string | 纬度 | | longitude | string | 经度 | |stateType| string | 1进2出 未知传空 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,1、-1对服务器无用的数据,返回1或-1,比如1秒内多条数据| **返回示例** ~~~ { "status": 0, "msg": "success", "data": null } ~~~