curl --location --request GET 'http://219.153.12.25:31707/admin/omworkorder/networkWorkOrderStatistics/detail?outletType=&companyName=&startTime=&endTime=¤tPage= integer <int64>当前页码:必需&pageSize=integer <int64>:每页显示条数:必需&installationOutletId&installationType&plate'{
"code": "string",
"data": {
"records": [
{
"workOrderNumber": "string",
"companyName": "string",
"customerUsername": "string",
"customerPhone": "string",
"plate": "string",
"installationOutlet": "string",
"installationOutletId": "string",
"installationType": "string",
"installationTypeStr": "string",
"username": "string",
"status": "string",
"statusStr": "string",
"id": "string"
}
],
"total": 0,
"pageSize": 0,
"currentPage": 0
}
}