curl --location --request POST 'http://www.tiger.com:8666/api/common/exeBo.do?uc=UC_APP_WORKHOURLIST_QUERY' \ --header 'Authorization: auth:access:D5464671BFB3085D73239FB5CABC8033$$96ACA5F4A8D85AA954DD77A599980513$$14509ccdff' \ --data-urlencode 'urid=' \ --data-urlencode 'periodid=' \ --data-urlencode 'pageNum=' \ --data-urlencode 'pageSize='
{ "success": true, "code": "string", "info": "string", "data": { "total": 0, "rows": [ { "urid": "string", "devcode": "string", "devcode_show": "string", "periodid": "string", "workitemid": "string", "workitemid_show": "string", "filltype": "string", "filltype_show": "string", "worktype": "string", "mondayhours": 0, "tuesdayhours": 0, "wednesdayhours": 0, "thursdayhours": 0, "fridayhours": 0, "saturdayhours": 0, "sundayhours": 0, "totalhours": 0, "description": "string" } ] } }