curl --location --request GET 'http://219.153.12.25:31707/admin/omworkorder/businessStatusManagement/list?outletType=&companyName=&startTime=&endTime=¤tPage= integer <int64>当前页码:必需&pageSize=integer <int64>:每页显示条数:必需'{
"code": "string",
"data": {
"records": [
{
"outletTypeStr": "string",
"outletType": "string",
"companyName": "string",
"areas": "string",
"totalWorkOrders": "string",
"notInstalledCount": 0,
"toBeSubmittedCount": 0,
"underReviewCount": 0,
"approvedCount": 0,
"rejectedCount": 0,
"installationOutletId": "string"
}
],
"total": 0,
"pageSize": 0,
"currentPage": 0
}
}