Authored by foxxy

还原压缩

... ... @@ -10,7 +10,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.yoho.search.common.compress.aop.CommpressAble;
import com.yoho.search.common.downgrade.aop.DownGradeAble;
import com.yoho.search.common.utils.HttpServletRequestUtils;
import com.yoho.search.models.SearchApiResult;
... ... @@ -51,7 +50,7 @@ public class SearchLikeSecneController {
}
//@DownGradeAble(key = "searchLikeNotInShop")
@CommpressAble(isCommpress=true)
//@CommpressAble(isCommpress=true)
@RequestMapping(method = RequestMethod.GET, value = "/searchLikeNotInShop")
@ResponseBody
public SearchApiResult searchLikeNotInShop(HttpServletRequest request) {
... ...