{
"dateType": "string",
"endDate": "string"
}
curl --location --request POST '/channel360/myxScreen/operation/getPersonEfficiency' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateType": "string",
"endDate": "string"
}'
{"code":0,"data":[{"date":"20250526","currentEfficiency":"16477.21","lastEfficiency":null}],"message":"success"}