|
@@ -44,7 +44,7 @@ public class StoreController {
|
44
|
44
|
@ApiImplicitParams({
|
45
|
45
|
@ApiImplicitParam(name = "X-AUTH-TOKEN", value = "CONN-KEY", required = true, dataType = "String", paramType = "header")
|
46
|
46
|
})
|
47
|
|
- @ApiOperation(value = " 팝업 메징 그리드 리스트")
|
|
47
|
+ @ApiOperation(value = " 팝업 매장 그리드 리스트")
|
48
|
48
|
@PostMapping("/pop-grid-list")
|
49
|
49
|
public ResponseEntity<GridResponse> brandPopGridList(@RequestBody @Valid StorePopGridRequest storePopGridRequest) throws Exception {
|
50
|
50
|
return ResponseEntity.ok(storeBaseInfoService.selectPopBrandGridList(storePopGridRequest.getBrandId(), storePopGridRequest.getStoreNm(), storePopGridRequest.toDTO(storePopGridRequest)));
|