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