curl --location --request GET 'http://localhost:8082/robot/homePage/todayWorkOrder' \ --header 'Authorization: '
{ "code": 0, "msg": "", "data": { "pending": 0, "processing": 0, "completed": 0, "total": 0 } }