curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/device/report_access_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}
]
}'
{
"errcode": 0,
"errmsg": "ok",
"fail_list": [
{
"open_userid": "x2",
"user_type": 0,
"timestamp": 12345
}
]
}