[통합로그API] contentId value 추가

This commit is contained in:
dongyoungKo
2025-05-14 16:08:05 +09:00
parent 2cf04c43a7
commit b82b6d9900
3 changed files with 9 additions and 4 deletions

View File

@@ -181,10 +181,10 @@ export default function RollingUnit({
curationId: curationId,
curationTitle: curationTitle,
contentType: rollingDataRef.current[startIndex].shptmBanrTpNm,
contentId: "",
contentId: rollingDataRef.current[startIndex].showId,
productId: rollingDataRef.current[startIndex].prdtId,
productTitle: rollingDataRef.current[startIndex].prdtNm,
displayType: "rolling",
displayType: "button",
partner: rollingDataRef.current[startIndex].patncNm,
brand: rollingDataRef.current[startIndex].brndNm,
location: rollingDataRef.current[startIndex].dspyOrder,
@@ -194,6 +194,8 @@ export default function RollingUnit({
: "Horizontal",
})
);
console.log("#rollingDataRef.current", rollingDataRef.current);
}
}, [nowMenu, rollingDataRef]);