{ "workDate": "2016-03-09", "offset": 0, "size": 200 }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/listschedule?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "workDate": "2016-03-09", "offset": 0, "size": 200 }'
{ "result": { "schedules": [ { "plan_id": 0, "check_type": "string", "approve_id": 0, "userid": "string", "class_id": 0, "class_setting_id": 0, "plan_check_time": "string", "group_id": 0, "changed_check_time": "string" } ], "has_more": true }, "errmsg": "string", "errcode": 0, "request_id": "string" }