curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/device/report_printer_job_status' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobid": "JOBID",
"status": 1,
"errcode": 1,
"errmsg": "打印机缺墨"
}'
{
"errcode": 0,
"errmsg": "ok"
}