통합로그 console 삭제 및 약관철회 username 수정
This commit is contained in:
@@ -188,7 +188,7 @@ export const setMyTermsWithdraw =
|
|||||||
// 약관철회 파라미터 추가 로그 요청
|
// 약관철회 파라미터 추가 로그 요청
|
||||||
const httpHeader = getState().common.httpHeader;
|
const httpHeader = getState().common.httpHeader;
|
||||||
const macAddress = getState().common.macAddress;
|
const macAddress = getState().common.macAddress;
|
||||||
const userNumber = getState().common.appStatus.loginUserData.userNumber;
|
const userNumber = getState().common.appStatus.loginUserData?.userNumber;
|
||||||
|
|
||||||
const macAddr = macAddress?.wired ? macAddress?.wired : macAddress?.wifi;
|
const macAddr = macAddress?.wired ? macAddress?.wired : macAddress?.wifi;
|
||||||
|
|
||||||
@@ -213,20 +213,22 @@ export const setMyTermsWithdraw =
|
|||||||
console.error("setMyTermsWithdraw onFail ", error);
|
console.error("setMyTermsWithdraw onFail ", error);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const requestData = {
|
||||||
|
mandatoryIncludeYn,
|
||||||
|
termsList,
|
||||||
|
xDeviceProduct,
|
||||||
|
macAddr: macAddr ? macAddr : localMacAddress,
|
||||||
|
userNumber: userNumber || "",
|
||||||
|
requestTime: logCreateTime,
|
||||||
|
};
|
||||||
|
|
||||||
TAxios(
|
TAxios(
|
||||||
dispatch,
|
dispatch,
|
||||||
getState,
|
getState,
|
||||||
"post",
|
"post",
|
||||||
URLS.SET_MY_TERMS_WITHDRAW,
|
URLS.SET_MY_TERMS_WITHDRAW,
|
||||||
{},
|
{},
|
||||||
{
|
requestData,
|
||||||
mandatoryIncludeYn,
|
|
||||||
termsList,
|
|
||||||
xDeviceProduct,
|
|
||||||
macAddr: macAddr ? macAddr : localMacAddress,
|
|
||||||
userNumber,
|
|
||||||
requestTime: logCreateTime,
|
|
||||||
},
|
|
||||||
onSuccess,
|
onSuccess,
|
||||||
onFail
|
onFail
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -141,7 +141,6 @@ export default memo(function TItemCard({
|
|||||||
curationId: curationId,
|
curationId: curationId,
|
||||||
curationTitle: curationTitle,
|
curationTitle: curationTitle,
|
||||||
};
|
};
|
||||||
console.log("###shelfContentClick", params);
|
|
||||||
dispatch(sendLogTotalRecommend(params));
|
dispatch(sendLogTotalRecommend(params));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -188,11 +188,6 @@ export default function RandomUnit({
|
|||||||
location: bannerData.banrLctnNo,
|
location: bannerData.banrLctnNo,
|
||||||
};
|
};
|
||||||
dispatch(sendLogTotalRecommend(logParams));
|
dispatch(sendLogTotalRecommend(logParams));
|
||||||
if (bannerClick) {
|
|
||||||
console.log("###bannerClick", logParams);
|
|
||||||
} else {
|
|
||||||
console.log("###bannerShow", logParams);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[dispatch, nowMenu, curationId, curationTitle]
|
[dispatch, nowMenu, curationId, curationTitle]
|
||||||
|
|||||||
@@ -202,11 +202,6 @@ export default function RollingUnit({
|
|||||||
...newParams,
|
...newParams,
|
||||||
};
|
};
|
||||||
dispatch(sendLogTotalRecommend(logParams));
|
dispatch(sendLogTotalRecommend(logParams));
|
||||||
if (bannerClick) {
|
|
||||||
console.log("###bannerClick", logParams);
|
|
||||||
} else {
|
|
||||||
console.log("###bannerShow", logParams);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[nowMenu, rollingDataRef, imageBannerClick]
|
[nowMenu, rollingDataRef, imageBannerClick]
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ export default memo(function OnSaleContents({
|
|||||||
shelfId: selectedLgCatCd,
|
shelfId: selectedLgCatCd,
|
||||||
shelfTitle: saleNm,
|
shelfTitle: saleNm,
|
||||||
};
|
};
|
||||||
console.log("###shelfListShown", params);
|
|
||||||
dispatch(sendLogTotalRecommend(params));
|
dispatch(sendLogTotalRecommend(params));
|
||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
|
|||||||
Reference in New Issue
Block a user