change TAxios header key name && netcast-platform-version test version

This commit is contained in:
hyunwoo93.cha
2024-08-09 15:37:21 +09:00
parent 38a06b44d8
commit 0653463174
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ export const TAxios = (
AUTHORIZATION.headers["lgsp_auth"] = accessToken;
}
AUTHORIZATION.headers["dvc_id"] = deviceId;
AUTHORIZATION.headers["refresh-token"] = refreshToken;
AUTHORIZATION.headers["refresh_token"] = refreshToken;
if (typeof window === "object") {
let url = Array.isArray(baseUrl)

View File

@@ -80,7 +80,7 @@ export const getHttpHeaderForServiceRequest = ({
"X-Device-Eco-Info": "1",
"X-Device-Country": "US",
"X-Device-Language": "en-US",
"X-Device-Netcast-Platform-Version": "3.4.0",
"X-Device-Netcast-Platform-Version": "6.4.0",
"X-Device-Publish-Flag": "N",
"X-Device-Fck": "253",
"X-Device-SDK-VERSION": "1.0.0",