통합로그 API 2차

This commit is contained in:
dongyoungKo
2025-04-30 11:06:29 +09:00
parent c348850b17
commit 11e98e9bbd
3 changed files with 33 additions and 17 deletions

View File

@@ -21,12 +21,6 @@ export const TLogEvent = (
const { deviceId: dvcId } = appStatus;
const dvcTp = "tv";
console.log("#cntry_c", cntryCd);
console.log("#play_cd", platCd);
console.log("#prodCd", prodCd);
console.log("#AUTH", AUTHORIZATION);
if (typeof window === "object") {
let url = Array.isArray(baseUrl)
? getUrl(getState, baseUrl[0])