{
"recordId": "string",
"viewPw": "string"
}
curl --location --request POST '/userPlatform/dy/onlineReport/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "string",
"viewPw": "string"
}'
{
"code": 200,
"message": "接口调用成功",
"data": {
"recordId": "de1cc07c4cfc4584bae58971b1713b21",
"recordName": "修改名字",
"periodType": "DAY",
"startDt": "2025-09-28",
"endDt": "2025-09-28",
"summary1": "总结1",
"summary2": "总结2",
"companyLogo": null,
"bgImg": null,
"viewPw": "123"
}
}