{
"nf": "2022",
"qhdm": "1301",
"labeldms": "07,16",
"yxlxdm": "G602",
"yxlxdms": "G602,G610",
"zldm": "1",
"zldms": "1,2",
"yxDateStart": "2021-01-01",
"yxDateEnd": "2022-11-02"
}
curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-sample/api/v1/dtsample/statistic' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nf": "2022",
"qhdm": "1301",
"labeldms": "07,16",
"yxlxdm": "G602",
"yxlxdms": "G602,G610",
"zldm": "1",
"zldms": "1,2",
"yxDateStart": "2021-01-01",
"yxDateEnd": "2022-11-02"
}'
{
"labeldm": "string",
"labelmc": "string",
"count": 0,
"pcount": 0,
"color": "string"
}