feat(work): 新增添加打卡记录接口

This commit is contained in:
Fu Diwei
2024-04-09 10:26:59 +08:00
parent fbb0e6077b
commit 01b2bc1fca
5 changed files with 163 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
{
"records": [
{
"userid": "userId",
"checkin_time": 1705899000,
"location_title": "1234",
"location_detail": "1234",
"mediaids": [
"mediaId"
],
"notes": "",
"device_type": 1,
"lat": 22234233,
"lng": 1233123,
"device_detail": "device_detail_test",
"wifiname": "Tencent-WiFi",
"wifimac": "a2:8b:7f:c0:27:4b"
}
]
}