Commit 0fbfa4ec9f530a53524c1f2e712ee71ad0be6120
1 parent
d4e23202
时间段 update
Showing
1 changed file
with
0 additions
and
20 deletions
mobsite-getway-web/src/main/java/com/diligrp/mobsite/getway/web/api/seller/shop/SellerShopController.java
@@ -148,24 +148,4 @@ public class SellerShopController extends BaseApiController { | @@ -148,24 +148,4 @@ public class SellerShopController extends BaseApiController { | ||
148 | } | 148 | } |
149 | } | 149 | } |
150 | 150 | ||
151 | - | ||
152 | - | ||
153 | - ///** | ||
154 | - // * 获取商品展示样式 | ||
155 | - // */ | ||
156 | - //@ApiOperation(value = "获取店铺基本信息", httpMethod = "POST",response = GetShowStyleResp.class) | ||
157 | - //@RequestMapping(value = "/getShowStyle",method = RequestMethod.POST) | ||
158 | - //@ResponseBody | ||
159 | - //public void getShowStyle() { | ||
160 | - // BaseReq req = getRequest(BaseReq.class); | ||
161 | - // try { | ||
162 | - // //BeanValidator.validator(req); | ||
163 | - // GetShowStyleResp resp = sellerShopService.getShowStyle(req); | ||
164 | - // sendSuccessResp(resp); | ||
165 | - // }catch(Exception e) { | ||
166 | - // log.error(String.format("ErrorMessage=%s,UserId=%s",e.getMessage(),req.getUserId()), e); | ||
167 | - // sendError(e.getMessage()); | ||
168 | - // } | ||
169 | - //} | ||
170 | - | ||
171 | } | 151 | } |