[App.js] getSubCategory 파라미터 변경

- 문자열로 변경.
This commit is contained in:
junghoon86.park
2024-02-07 10:23:01 +09:00
parent 0cb6005891
commit 789fe10b73

View File

@@ -62,7 +62,7 @@ function AppBase(props) {
dispatch(getBestSeller()); dispatch(getBestSeller());
dispatch( dispatch(
getSubCategory({ getSubCategory({
lgCatCd: 1017, //LG Electronics Base lgCatCd: "1017", //LG Electronics Base
patnrIdList: null, patnrIdList: null,
pageSize: null, pageSize: null,
tabType: null, tabType: null,