curl --location --request GET 'api/pmcost/work-hours/work-hours-by-leader?keyword=202209050001&start_date=2024-04-15&end_date=2024-04-21&time_type=1' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": {
"list": [
{
"ordersn": "ADMIN-2021-0002",
"orderType": "99",
"username": "汪青青",
"departName": "应用开发部",
"departTopName": "研发中心",
"projectName": "财务开票系统",
"productName": "清博IT信息化",
"statusText": "执行中订单",
"totalHours": 0
}
]
},
"spent": "101ms"
}