Authored by zhangxiaoru

去掉可能喜欢日志

... ... @@ -29,8 +29,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => {
}
}
} else {
logger.error('mayLike cood 不是 200');
}
});
};
... ... @@ -54,8 +52,6 @@ const mayLikeKids = (page, limit, channel) => {
return productProcess.processProductList(result.data.product_list);
}
} else {
logger.error('mayLikeKids cood 不是 200');
}
});
};
... ...