|
|
@@ -2063,11 +2063,11 @@ public class TsaGoodsController extends TsaBaseController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 상품목록 조회
|
|
|
+ * 상품 네이버 최저가 조회
|
|
|
*
|
|
|
* @return
|
|
|
* @author eskim
|
|
|
- * @since 2020. 10. 20
|
|
|
+ * @since 2020. 12. 03
|
|
|
*/
|
|
|
@PostMapping("/naver/price/list")
|
|
|
@ResponseBody
|
|
|
@@ -2098,7 +2098,7 @@ public class TsaGoodsController extends TsaBaseController {
|
|
|
*
|
|
|
* @return
|
|
|
* @author eskim
|
|
|
- * @since 2020. 10. 20
|
|
|
+ * @since 2020. 10. 03
|
|
|
*/
|
|
|
@PostMapping("/naver/lowest/price/save")
|
|
|
@ResponseBody
|
|
|
@@ -2112,4 +2112,20 @@ public class TsaGoodsController extends TsaBaseController {
|
|
|
return goodsService.saveGoodsNaverPrice(goodsSearch);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 광고 키워드 관리 화면
|
|
|
+ *
|
|
|
+ * @return
|
|
|
+ * @author eskim
|
|
|
+ * @since 2020. 12. 11
|
|
|
+ */
|
|
|
+ @GetMapping("/ad/keyword/form")
|
|
|
+ @ResponseBody
|
|
|
+ public ModelAndView goodsAdForm() {
|
|
|
+ ModelAndView mav = new ModelAndView();
|
|
|
+
|
|
|
+ mav.setViewName("goods/GoodsAdKeywordForm");
|
|
|
+ return mav;
|
|
|
+ }
|
|
|
+
|
|
|
}
|