| | |
| | | package com.fzzy.gateway.service; |
| | | |
| | | import com.alibaba.fastjson2.JSONObject; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.bstek.dorado.annotation.Expose; |
| | | import com.fzzy.api.data.GatewayDeviceType; |
| | | import com.fzzy.api.utils.DateUtil; |
| | |
| | | lpr.setCarNumber(carNumber); |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("carNumber", carNumber); |
| | | jsonObject.put("position", "big"); |
| | | jsonObject.put("position", device.getPosition()); |
| | | packet.setProperties(jsonObject); |
| | | |
| | | packet.setTimestamp(System.currentTimeMillis()); |