[Deeplink] Live Show일 경우 방송아이디 -> 채널아이디로 변경
This commit is contained in:
@@ -12,6 +12,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
let prdtId; // 상품아이디
|
||||
let curationId; // 큐레이션아이디
|
||||
let showId; // 방송아이디
|
||||
let chanId; // 채널아이디
|
||||
let exposureOrder; // 노출순번
|
||||
let grNumber; // 그룹번호
|
||||
let evntId; // 이벤트아이디
|
||||
@@ -45,16 +46,16 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
break;
|
||||
case "LS":
|
||||
// "LS": Live Show
|
||||
// V3_진입경로코드_진입경로명_LS_파트너아이디_방송아이디_노출순번_큐레이션아이디
|
||||
// V3_진입경로코드_진입경로명_LS_파트너아이디_채널아이디_노출순번_큐레이션아이디
|
||||
patnrId = tokens[4]; // 파트너아이디
|
||||
showId = tokens[5]; // 방송아이디
|
||||
chanId = tokens[5]; // 채널아이디
|
||||
exposureOrder = tokens[6]; // 노출순번
|
||||
curationId = tokens[7]; // 큐레이션아이디
|
||||
|
||||
panelName = panel_names.PLAYER_PANEL;
|
||||
panelInfo = {
|
||||
patnrId: patnrId,
|
||||
showId: showId,
|
||||
chanId: chanId,
|
||||
shptmBanrTpNm: "LIVE",
|
||||
// exposureOrder: exposureOrder,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user