curl --location --request GET 'http://127.0.0.1:8091/clean/equipmentWater/pageEqWater?page=1&pageSize=2&companyCreditCode=91330105782394074U' \
--header 'token: eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImFiZmUxNmJhLWM1ZjItNGE4My1hZTE5LTM3ZDA4ZjhiZDRhNyJ9.veunguZvF3hiSiYmg8yFG7Xd-DIJ6oGvdI3oz_m4nwi6ldAEZFQg5dhxF8HP1F129feb1UN6jld9qSLsC5txdg'
{
"code": "string",
"data": {
"currentPage": "string",
"pageSize": "string",
"records": [
{
"companyCreditCode": "string",
"companyName": "string",
"equipmentId": "string",
"equipmentName": "string",
"equipmentNumber4G": "string",
"equipmentPosition": "string",
"equipmentType": 0,
"id": 0,
"pipelineDiameter": "string"
}
],
"totalPage": "string",
"totalSize": "string"
},
"msg": "string"
}