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