From e021e32a6ff0ec216f69c24f7ea929798bdce4c5 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 05 十一月 2019 11:37:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div --- fanli/src/main/java/com/yeshi/fanli/controller/client/v2/BrandControllerV2.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/BrandControllerV2.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/BrandControllerV2.java index 6a4daba..7ea420c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/BrandControllerV2.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/BrandControllerV2.java @@ -349,7 +349,7 @@ * @param acceptData * @param out */ -// @RequestMapping(value = "getList", method = RequestMethod.POST) + @RequestMapping(value = "getList", method = RequestMethod.POST) public void getList(AcceptData acceptData, Integer page, Long cid, Long uid, PrintWriter out) { if (page == null || page < 1) { out.print(JsonUtil.loadFalseResult("椤电爜涓嶆纭�")); @@ -391,7 +391,7 @@ * @param acceptData * @param out */ -// @RequestMapping(value = "getShopInfoV2", method = RequestMethod.POST) + @RequestMapping(value = "getShopInfoV2", method = RequestMethod.POST) public void getShopInfoV2(AcceptData acceptData, Integer page, Long id, Long uid, PrintWriter out) { if (id == null) { @@ -550,7 +550,7 @@ * 绮鹃��1锛� 瓒宠抗鍒楄〃2 * @param out */ -// @RequestMapping(value = "getHistoryV2", method = RequestMethod.POST) + @RequestMapping(value = "getHistoryV2", method = RequestMethod.POST) public void getHistoryV2(AcceptData acceptData, Integer page, Long uid, Integer type, PrintWriter out) { if (type == null) { out.print(JsonUtil.loadFalseResult("绫诲瀷涓嶆纭�")); @@ -622,7 +622,7 @@ * @param acceptData * @param out */ - @RequestMapping(value = "getList", method = RequestMethod.POST) +// @RequestMapping(value = "getList", method = RequestMethod.POST) public void getListV3(AcceptData acceptData, Integer page, Long cid, Long uid, PrintWriter out) { if (page == null || page < 1) { out.print(JsonUtil.loadFalseResult("椤电爜涓嶆纭�")); @@ -665,7 +665,7 @@ * @param acceptData * @param out */ - @RequestMapping(value = "getShopInfoV2", method = RequestMethod.POST) +// @RequestMapping(value = "getShopInfoV2", method = RequestMethod.POST) public void getShopInfoV3(AcceptData acceptData, Integer page, Long id, Long uid, PrintWriter out) { if (id == null) { out.print(JsonUtil.loadFalseResult("缂哄け搴楅摵id")); @@ -738,7 +738,7 @@ * 绮鹃��1锛� 瓒宠抗鍒楄〃2 * @param out */ - @RequestMapping(value = "getHistoryV2", method = RequestMethod.POST) +// @RequestMapping(value = "getHistoryV2", method = RequestMethod.POST) public void getHistoryV3(AcceptData acceptData, Integer page, Long uid, Integer type, PrintWriter out) { if (type == null) { out.print(JsonUtil.loadFalseResult("绫诲瀷涓嶆纭�")); -- Gitblit v1.8.0