curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/device/report_firmware_upgrade_result' \
--header 'Content-Type: application/json' \
--data-raw '{
"oper_id":"OPER_ID",
"errcode":1,
"errmsg":"设备离线",
"cur_version":"CUR_VERSION"
}'
{
"errcode": 0,
"errmsg": "ok"
}