[Log] update, IF-LGSP-LOG-004 (secondLayer) scenario with changes

This commit is contained in:
younghoon100.park
2024-08-08 19:00:03 +09:00
parent 06c3808adf
commit 030b8a6791
3 changed files with 3 additions and 14 deletions

View File

@@ -275,19 +275,8 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
}
const secondLayerInfo = {
curationId: curationId ?? "",
curationNm: "",
expsOrd: expsOrd ?? "0",
lgCatCd: lgCatCd ?? "",
lgCatNm: lgCatNm ?? "",
linkTpCd: linkTpCd,
logTpNo: LOG_TP_NO.SECOND_LAYER,
patncNm: "",
patnrId: patnrId ?? "",
prdtId: prdtId ?? "",
prdtNm: "",
showId: showId ?? "",
showNm: "",
};
dispatch(setSecondLayerInfo(secondLayerInfo));

View File

@@ -32,7 +32,7 @@ export const getUrlByLogTpNo = (logTpNo) => {
case LOG_TP_NO.CURATION.CATEGORY:
return URLS.LOG_CURATION;
// IF-LGSP-LOG-004 / 2ndLayer 이력
// IF-LGSP-LOG-004 / Entry 이력
case LOG_TP_NO.SECOND_LAYER:
return URLS.LOG_SECOND_LAYER;
@@ -351,7 +351,7 @@ export const sendLogCuration = (params) => (dispatch, getState) => {
};
/**
* IF-LGSP-LOG-004 / 2ndLayer 이력
* IF-LGSP-LOG-004 / Entry 이력
*
* (O) curationId 큐레이션 아이디
*

View File

@@ -142,7 +142,7 @@ export const LOG_TP_NO = {
CATEGORY: "280",
},
// IF-LGSP-LOG-004 / 2ndLayer 이력
// IF-LGSP-LOG-004 / Entry 이력
SECOND_LAYER: "210",
// IF-LGSP-LOG-005 / GNB 클릭 이력