Authored by peuei

Merge branch 'test6.8.5' of http://git.yoho.cn/ufo/yohoufo-fore into test6.8.5

... ... @@ -86,7 +86,7 @@ public class FavoriteController {
com.yohoufo.common.ApiResponse productApiResponse = serviceCaller.call("ufo.product.search.list",
type,null, product_id,null
,null,null,null,null,null,null,null
,limit,page
,limit,page,""
);
if(productApiResponse!=null&&productApiResponse.getData()!=null){
... ...