{
"id": 3,
"userId": 1,
"year": 2024,
"month": 11,
"day": 11,
"address": "北京",
"lon": "123.4546789000000",
"lat": "123.786666666"
}curl --location --request POST '/yingji/yjClockIn' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"userId": 1,
"year": 2024,
"month": 11,
"day": 11,
"address": "北京",
"lon": "123.4546789000000",
"lat": "123.786666666"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}