Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/det-report/view/'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"orderId": 0,
"stepNum": 0,
"disAction": 0,
"timeBegin": "",
"timeEnd": "",
"itemMap": {
"": {
"itemCode": "",
"itemParameter": "",
"itemValue": "",
"isPass": ""
}
}
}
]
}