[
{
"id": 2,
"equipmentNumber4g": "88",
"waterMeterId": "97",
"historyFlow": 79,
"realFlow": 17,
"monitorTime": "1986-05-23 11:49:56"
},
{
"id": 47,
"equipmentNumber4g": "49",
"waterMeterId": "10",
"historyFlow": 26,
"realFlow": 15,
"monitorTime": "1970-01-03 15:46:12"
},
{
"id": 63,
"equipmentNumber4g": "57",
"waterMeterId": "78",
"historyFlow": 75,
"realFlow": 45,
"monitorTime": "2014-03-22 12:54:33"
},
{
"id": 71,
"equipmentNumber4g": "3",
"waterMeterId": "77",
"historyFlow": 55,
"realFlow": 31,
"monitorTime": "2021-10-01 23:14:03"
}
]
curl --location --request POST 'http://127.0.0.1:8091/clean/equipmentWater/receiveData' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 2,
"equipmentNumber4g": "88",
"waterMeterId": "97",
"historyFlow": 79,
"realFlow": 17,
"monitorTime": "1986-05-23 11:49:56"
},
{
"id": 47,
"equipmentNumber4g": "49",
"waterMeterId": "10",
"historyFlow": 26,
"realFlow": 15,
"monitorTime": "1970-01-03 15:46:12"
},
{
"id": 63,
"equipmentNumber4g": "57",
"waterMeterId": "78",
"historyFlow": 75,
"realFlow": 45,
"monitorTime": "2014-03-22 12:54:33"
},
{
"id": 71,
"equipmentNumber4g": "3",
"waterMeterId": "77",
"historyFlow": 55,
"realFlow": 31,
"monitorTime": "2021-10-01 23:14:03"
}
]'
{
"code": "1",
"msg": "成功",
"data": null
}