{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"officeId": 0,
"secondOfficeId": 0,
"deptId": 0,
"name": "string",
"employeeState": true,
"remark": "string"
}
curl --location --request PUT 'http://localhost:8027/gps/userOffice' \
--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,
"officeId": 0,
"secondOfficeId": 0,
"deptId": 0,
"name": "string",
"employeeState": true,
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}