{ "op_user_id": "user456", "schedule_ids": "161xxxx530,160xxxxx12" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/schedule/result/listbyids?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "op_user_id": "user456", "schedule_ids": "161xxxx530,160xxxxx12" }'
{ "result": [ { "check_type": "string", "gmt_modified": "string", "plan_check_time": "string", "corp_id": "string", "base_check_time": "string", "group_id": 0, "gmt_create": "string", "user_id": "string", "work_date": "string", "id": 0, "location_result": "string", "is_legal": "string", "time_result": "string", "record_id": 0, "user_check_time": "string", "schedule_id": 0 } ], "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }