curl --location -g --request GET 'http://{{ip}}:9000/material-manage-service/chemicalMaterial/warn/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"records": [
{
"id": 0,
"code": "string",
"name": "string",
"company": "string",
"specifications": "string",
"marking": "string",
"dangerChemicalCode": "string",
"dangerChemicalName": "string",
"inventoryNum": 0,
"inventoryNumber": "string",
"purpose": "string",
"status": "string",
"remark": "string",
"ncId": "string"
}
],
"current": 0,
"total": 0,
"pages": 0
}
}