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