Authored by 周少峰

delete sale

... ... @@ -32,14 +32,11 @@ const yhChannel = {
*/
exports.getSaleGoodsList = (params) => {
let tempChannel = _.isEmpty(params.channel) ? 'boys' : params.channel;
let finalParams = {
method: 'app.search.sales',
limit: 60,
order: 's_t_desc',
productSize: '384x511',
yh_channel: yhChannel[tempChannel].channel
productSize: '384x511'
};
Object.assign(finalParams, params);
... ...