{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"latitude": 0,
"longitude": 0,
"locationInfo": "string",
"errorMsg": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"name": "string",
"deptId": 0,
"employeeState": true,
"firstLogin": true
}
curl --location --request POST 'http://localhost:8027/gps/locationInfo' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"latitude": 0,
"longitude": 0,
"locationInfo": "string",
"errorMsg": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"name": "string",
"deptId": 0,
"employeeState": true,
"firstLogin": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}