Showing
1 changed file
with
2 additions
and
2 deletions
@@ -29,14 +29,14 @@ public class ProductListController { | @@ -29,14 +29,14 @@ public class ProductListController { | ||
29 | * | 29 | * |
30 | * @return | 30 | * @return |
31 | */ | 31 | */ |
32 | - @AutoDownGradePersional(timeInSecond = 10, maxCount = 0) | 32 | + @AutoDownGradePersional(timeInSecond = 10, maxCount = 100) |
33 | @RequestMapping(method = RequestMethod.GET, value = "/productindex/productList") | 33 | @RequestMapping(method = RequestMethod.GET, value = "/productindex/productList") |
34 | @ResponseBody | 34 | @ResponseBody |
35 | public SearchApiResult productList(HttpServletRequest request) { | 35 | public SearchApiResult productList(HttpServletRequest request) { |
36 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); | 36 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); |
37 | return productListService.productList(paramMap); | 37 | return productListService.productList(paramMap); |
38 | } | 38 | } |
39 | - | 39 | + |
40 | /** | 40 | /** |
41 | * 获取商品列表,返回product_skn | 41 | * 获取商品列表,返回product_skn |
42 | * | 42 | * |
-
Please register or login to post a comment