{
"kdbAccount":"yushijia123",
"periodType": "WEEK",
"startDt":"2024-12-18",
"endDt":"2025-12-19"
}curl --location '/userPlatform/kdb/onlineReport/create' \
--header 'Content-Type: application/json' \
--data '{
"kdbAccount":"yushijia123",
"periodType": "WEEK",
"startDt":"2024-12-18",
"endDt":"2025-12-19"
}'{"code":200,"message":"接口调用成功","data":"成功"}