{
"recordId": "string",
"viewPw": "string"
}
curl --location --request POST '/userPlatform/dy/onlineReport/viewDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "string",
"viewPw": "string"
}'
{
"code": 0,
"message": "",
"data": {
"recordId": "",
"recordName": "",
"periodType": "",
"startDt": "",
"endDt": "",
"summary1": "",
"summary2": "",
"companyLogo": "",
"bgImg": "",
"viewPw": "",
"pwFlag": ""
}
}