Showing
1 changed file
with
5 additions
and
7 deletions
1 | package com.yoho.search.restapi.scene; | 1 | package com.yoho.search.restapi.scene; |
2 | 2 | ||
3 | -import java.util.Map; | ||
4 | - | ||
5 | -import javax.servlet.http.HttpServletRequest; | ||
6 | - | 3 | +import com.yoho.search.common.utils.HttpServletRequestUtils; |
4 | +import com.yoho.search.models.SearchApiResult; | ||
5 | +import com.yoho.search.service.scene.SortSceneService; | ||
7 | import com.yoho.search.service.service.IAggRecommendService; | 6 | import com.yoho.search.service.service.IAggRecommendService; |
8 | import org.springframework.beans.factory.annotation.Autowired; | 7 | import org.springframework.beans.factory.annotation.Autowired; |
9 | import org.springframework.stereotype.Controller; | 8 | import org.springframework.stereotype.Controller; |
@@ -11,9 +10,8 @@ import org.springframework.web.bind.annotation.RequestMapping; | @@ -11,9 +10,8 @@ import org.springframework.web.bind.annotation.RequestMapping; | ||
11 | import org.springframework.web.bind.annotation.RequestMethod; | 10 | import org.springframework.web.bind.annotation.RequestMethod; |
12 | import org.springframework.web.bind.annotation.ResponseBody; | 11 | import org.springframework.web.bind.annotation.ResponseBody; |
13 | 12 | ||
14 | -import com.yoho.search.common.utils.HttpServletRequestUtils; | ||
15 | -import com.yoho.search.models.SearchApiResult; | ||
16 | -import com.yoho.search.service.scene.SortSceneService; | 13 | +import javax.servlet.http.HttpServletRequest; |
14 | +import java.util.Map; | ||
17 | 15 | ||
18 | /** | 16 | /** |
19 | * 品类列表 | 17 | * 品类列表 |
-
Please register or login to post a comment