|
@@ -34,7 +34,8 @@ public class RecommendController {
|
|
|
|
|
|
@RequestMapping("/demo")
|
|
|
public String demo() {
|
|
|
- return JSONUtils.toJson(featureService.getFeature(Lists.newArrayList("10054148", "20637161"), "0", "1"));
|
|
|
+// return JSONUtils.toJson(featureService.getFeature(Lists.newArrayList("10054148", "20637161"), "0", "1"));
|
|
|
+ return "";
|
|
|
}
|
|
|
|
|
|
@RequestMapping("/homepage/recommend")
|