TLog key 값 오타 수정
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios';
|
||||
import axios from "axios";
|
||||
|
||||
import { createQueryString } from '../utils/helperMethods';
|
||||
import { getUrl } from './apiConfig';
|
||||
import { createQueryString } from "../utils/helperMethods";
|
||||
import { getUrl } from "./apiConfig";
|
||||
|
||||
export const TLogEvent = (
|
||||
dispatch,
|
||||
@@ -50,9 +50,9 @@ export const TLogEvent = (
|
||||
...params,
|
||||
countryCode: cntryCd,
|
||||
deviceId: dvcId,
|
||||
devicePlatformversion: dvcTp,
|
||||
devicePlatformVersion: dvcTp,
|
||||
platformCode: platCd,
|
||||
platfromVersion: prodCd,
|
||||
platformVersion: prodCd,
|
||||
appVersion,
|
||||
deviceEulaFlag,
|
||||
salesModelCode,
|
||||
|
||||
Reference in New Issue
Block a user