...
|
...
|
@@ -32,6 +32,7 @@ const list = (req, res, next) => { |
|
|
params.shopId = params.shop_id;
|
|
|
}
|
|
|
|
|
|
params.query = query;
|
|
|
params.isApp = req.yoho.isApp;
|
|
|
params.physical_channel = req.yoho.channel && searchProcess.getChannelType(req.yoho.channel);
|
|
|
|
...
|
...
|
@@ -133,7 +134,7 @@ const list = (req, res, next) => { |
|
|
});
|
|
|
}).catch(next);
|
|
|
}
|
|
|
});
|
|
|
}).catch(next);
|
|
|
};
|
|
|
|
|
|
/**
|
...
|
...
|
|