feat(work): 新增硬件云端接入相关接口

This commit is contained in:
fudiwei
2022-12-04 02:12:14 +08:00
parent e2a26fcc01
commit a61c8e5964
65 changed files with 1559 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
{
"access_data": [
{
"open_userid": "x1",
"user_type": 0,
"timestamp": 12345,
"pass_type": 1,
"pass_method": 1
},
{
"open_userid": "x2",
"user_type": 0,
"timestamp": 12345,
"pass_type": 1,
"pass_method": 1
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"fail_list": [
{
"open_userid": "x2",
"user_type": 0,
"timestamp": 12345
}
]
}

View File

@@ -0,0 +1,14 @@
{
"checkin_data": [
{
"open_userid": "x1",
"user_type": 0,
"timestamp": 12345
},
{
"open_userid": "x2",
"user_type": 0,
"timestamp": 12345
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"fail_list": [
{
"open_userid": "x2",
"user_type": 0,
"timestamp": 12345
}
]
}

View File

@@ -0,0 +1,11 @@
{
"temperature_data": [
{
"open_userid": "zhangsan",
"user_type": 2,
"temperature": "36.7",
"timestamp": 12345,
"status": 0
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"fail_list": [
{
"open_userid": "zhangsan",
"user_type": 2,
"timestamp": 12345
}
]
}