[PlayerPanel] 30초마다 ShopNow Item 갱신 API 호출
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { URLS } from '../api/apiConfig';
|
||||
import { TAxios } from '../api/TAxios';
|
||||
import { CATEGORY_DATA_MAX_RESULTS_LIMIT } from '../utils/Config';
|
||||
import * as HelperMethods from '../utils/helperMethods';
|
||||
import { types } from './actionTypes';
|
||||
import { URLS } from "../api/apiConfig";
|
||||
import { TAxios } from "../api/TAxios";
|
||||
import { CATEGORY_DATA_MAX_RESULTS_LIMIT } from "../utils/Config";
|
||||
import * as HelperMethods from "../utils/helperMethods";
|
||||
import { types } from "./actionTypes";
|
||||
|
||||
export const getMainLiveShow = (props) => (dispatch, getState) => {
|
||||
const onSuccess = (response) => {
|
||||
@@ -339,7 +339,7 @@ export const getHomeFullVideoInfo =
|
||||
|
||||
// 메인화면 Live 현재 방송 상품 조회 IF-LGSP-046
|
||||
export const getMainLiveShowNowProduct =
|
||||
({ patnrId, showId }) =>
|
||||
({ patnrId, showId, lstChgDt }) =>
|
||||
(dispatch, getState) => {
|
||||
const onSuccess = (response) => {
|
||||
console.log("getMainLiveShowNowProduct onSuccess", response.data);
|
||||
@@ -359,7 +359,7 @@ export const getMainLiveShowNowProduct =
|
||||
getState,
|
||||
"get",
|
||||
URLS.GET_MAIN_LIVE_SHOW_NOW_PRODUCT,
|
||||
{ patnrId, showId },
|
||||
{ patnrId, showId, lstChgDt },
|
||||
{},
|
||||
onSuccess,
|
||||
onFail
|
||||
|
||||
Reference in New Issue
Block a user