mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"checkindata": [
|
|
{
|
|
"userid": "james",
|
|
"checkin_time": 1492617610,
|
|
"device_sn": "xxxxx",
|
|
"device_name": "xxxx门店"
|
|
},
|
|
{
|
|
"userid": "paul",
|
|
"checkin_time": 1492617620,
|
|
"device_sn": "yyyy",
|
|
"device_name": "yyyy门店"
|
|
}
|
|
]
|
|
}
|