Showing
1 changed file
with
2 additions
and
2 deletions
@@ -63,9 +63,9 @@ public class UfoController { | @@ -63,9 +63,9 @@ public class UfoController { | ||
63 | return ufoProductListService.suggestList(paramMap); | 63 | return ufoProductListService.suggestList(paramMap); |
64 | } | 64 | } |
65 | 65 | ||
66 | - @RequestMapping(method = RequestMethod.GET, value = "/ufo/queryProductForPlatform") | 66 | + @RequestMapping(method = RequestMethod.GET, value = "/ufo/productListForPlatform") |
67 | @ResponseBody | 67 | @ResponseBody |
68 | - public SearchApiResult queryProductForPlatform(HttpServletRequest request) { | 68 | + public SearchApiResult productListForPlatform(HttpServletRequest request) { |
69 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); | 69 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); |
70 | return ufoProductListService.productListForPlatform(paramMap); | 70 | return ufoProductListService.productListForPlatform(paramMap); |
71 | } | 71 | } |
-
Please register or login to post a comment