Authored by 沈志敏

Merge branch 'qCloud' of git.yoho.cn:fe/yohobuywap-node into qCloud

'use strict';
const api = global.yoho.API;
const logger = global.yoho.logger;
const utils = '../../../utils';
const productProcess = require(`${utils}/product-process`);
... ... @@ -29,8 +28,6 @@ const mayLike = (uid, page, limit, gender, udid, recPos, channel) => {
}
}
} else {
logger.error('mayLike cood 不是 200');
}
});
};
... ... @@ -54,8 +51,6 @@ const mayLikeKids = (page, limit, channel) => {
return productProcess.processProductList(result.data.product_list);
}
} else {
logger.error('mayLikeKids cood 不是 200');
}
});
};
... ...