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"
}