curl --location 'https://qyapi.weixin.qq.com/cgi-bin/checkin/punch_correction?access_token=ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"userid": "zhangsan",
"schedule_date_time": 1654444800,
"schedule_checkin_time": 32400,
"checkin_time": 1654486827,
"remark": "备注信息"
}'{
"errcode": 0,
"errmsg": "ok"
}