{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/DosingLog/GetDosingLogsByTime' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"code": "string",
"category": 1,
"additionType": 1,
"productLine": "string",
"calValue": 0,
"value": 0,
"costValue": 0,
"unit": "string",
"time": "2019-08-24T14:15:22Z"
}
]