mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(work): 新增硬件云端接入相关接口
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"fail_list": [
|
||||
{
|
||||
"open_userid": "x2",
|
||||
"user_type": 0,
|
||||
"timestamp": 12345
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"checkin_data": [
|
||||
{
|
||||
"open_userid": "x1",
|
||||
"user_type": 0,
|
||||
"timestamp": 12345
|
||||
},
|
||||
{
|
||||
"open_userid": "x2",
|
||||
"user_type": 0,
|
||||
"timestamp": 12345
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"fail_list": [
|
||||
{
|
||||
"open_userid": "x2",
|
||||
"user_type": 0,
|
||||
"timestamp": 12345
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"temperature_data": [
|
||||
{
|
||||
"open_userid": "zhangsan",
|
||||
"user_type": 2,
|
||||
"temperature": "36.7",
|
||||
"timestamp": 12345,
|
||||
"status": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"fail_list": [
|
||||
{
|
||||
"open_userid": "zhangsan",
|
||||
"user_type": 2,
|
||||
"timestamp": 12345
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user