Authorization: Bearer ********************
{
"pointCodes": [
"string"
],
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/wq-analysis/wq-online-data' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointCodes": [
"string"
],
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}'
[
{
"time": "string",
"data": [
{
"pointCode": "string",
"value": 0
}
]
}
]