Authorization: Bearer ********************
{
"aid": 0,
"code": "string",
"current": 0,
"name": "string",
"productionBasicUnitTypeDTOS": [
{
"productionBasicUnitTypeId": 0,
"workCenterType": "string"
}
],
"row": 0,
"sheetIndex": 0,
"size": 0,
"workCenterIds": [
0
]
}
curl --location --request POST 'http://ip:port/openApi/api/v1/open/areas/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"aid": 0,
"code": "string",
"current": 0,
"name": "string",
"productionBasicUnitTypeDTOS": [
{
"productionBasicUnitTypeId": 0,
"workCenterType": "string"
}
],
"row": 0,
"sheetIndex": 0,
"size": 0,
"workCenterIds": [
0
]
}'
{
"code": "string",
"data": {
"current": 0,
"pages": 0,
"records": [
{
"acode": "string",
"addr": "string",
"aid": 0,
"aname": "string",
"area": "string",
"areaNumber": "string",
"areaType": "string",
"cid": 0,
"coordinate": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"employeeId": "string",
"img": "string",
"jusRange": "string",
"lat": "string",
"lng": "string",
"magName": "string",
"magNickname": "string",
"magPhone": "string",
"materialCheckType": "string",
"materialCheckTypeName": "string",
"modelId": "string",
"networkStatus": 0,
"networkStatusName": "string",
"remark": "string",
"updateBy": "string",
"updateLineCheckType": true,
"updateTime": "2019-08-24T14:15:22Z"
}
],
"size": 0,
"total": 0
},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}