[fix]2차발화요청 파라미터 대소문자 수정
This commit is contained in:
@@ -265,7 +265,7 @@ export const getShopperHouseSearch =
|
||||
|
||||
const params = { query };
|
||||
if (searchId) {
|
||||
params.searchid = searchId;
|
||||
params.searchId = searchId;
|
||||
}
|
||||
console.log('[ShopperHouse] getShopperHouseSearch params: ', JSON.stringify(params));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user