上报成员识别信息变化结果
POST
https://qyapi.weixin.qq.com/cgi-bin/openhw/device/report_bio_info_result
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/device/report_bio_info_result' \
--header 'Content-Type: application/json' \
--data-raw '{
"oper_id":"OPER_ID",
"errcode":1,
"errmsg":"设备离线"
}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "ok"
}
请求参数
Query 参数
device_access_token
string
可选
示例值:
DEVICE_ACCESS_TOKEN
Body 参数application/json
返回响应
修改于 2022-12-08 07:26:07