|
@@ -30,7 +30,7 @@ public class FirstPageSceneController { |
|
@@ -30,7 +30,7 @@ public class FirstPageSceneController { |
30
|
* @return
|
30
|
* @return
|
31
|
*/
|
31
|
*/
|
32
|
@PersionalRateLimit(isOrderUseable = true)
|
32
|
@PersionalRateLimit(isOrderUseable = true)
|
33
|
- @RequestMapping(method = RequestMethod.GET, value = "/firstPage/productList")
|
33
|
+ @RequestMapping(method = RequestMethod.GET, value = "/firstPage/guessLike/productList")
|
34
|
@ResponseBody
|
34
|
@ResponseBody
|
35
|
public SearchApiResult firstPageProductList(HttpServletRequest request) {
|
35
|
public SearchApiResult firstPageProductList(HttpServletRequest request) {
|
36
|
Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request);
|
36
|
Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request);
|