curl --location -g --request GET 'http://{{ip}}:9000/material-manage-service/chemicalMaterialStock/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"records": [
{
"id": 0,
"stockDate": "2019-08-24",
"materialCode": "string",
"stockCount": 0,
"stockInCount": 0,
"stockOutCount": 0,
"stockChange": "string",
"unbalanceQuantity": 0,
"ncId": "string"
}
],
"current": 0,
"total": 0,
"pages": 0
}
}