curl --location -g --request GET 'http://{{ip}}:9000/material-manage-service/chemicalCargoSpace/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"records": [
{
"id": 0,
"name": "string",
"code": "string",
"warehouseCode": "string",
"inventoryNumber": 0,
"longitude": "string",
"latitude": "string",
"ncId": "string",
"address": "string",
"height": 0
}
],
"current": 0,
"total": 0,
"pages": 0
}
}