curl --location --request GET '/data/centers/getBaseDeviceSystem/page?baseId=4&pageNo=1&pageSize=4' \
--header 'Token: {{TOKEN}}'{
"code":200,
"data":null,
"message":"操作成功!",
"result":{
"current":"1",
"orders":[],
"pages":"1",
"records":[
{
"deviceNum":1961,
"brandName":"",
"controlName":"",
"typeName":"数控镗床",
"typeId":49,
"baseId":4,
"controlId":null,
"baseName":"浙江基地"
}
],
"searchCount":true,
"size":"4",
"total":"1"
},
"success":true,
"timestamp":"1723172141630"
}