curl --location --request GET 'api/pmcost/work-hours/export-work-hours?ordersn=202209050001&start_date=2024-04-15&end_date=2024-04-21' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": {
"list": [
{
"ordersn": "202209130002",
"orderType": "1",
"totalHours": "6.00",
"leaderUserid": "444033442721971856",
"leaderUsername": "吴高水",
"executeDetail": "汪青青",
"projectName": "专业版舆情系统一年",
"executeDate": "2022-09-13 18:02:38",
"status": "312",
"hourPercent": 100,
"statusText": "执行中订单"
}
],
"executor": [
"吴高水"
],
"executorGroup": [
"汪青青"
],
"status": [
"执行中订单"
]
}
}