|
@@ -32,6 +32,7 @@ const list = (req, res, next) => { |
|
@@ -32,6 +32,7 @@ const list = (req, res, next) => { |
32
|
params.shopId = params.shop_id;
|
32
|
params.shopId = params.shop_id;
|
33
|
}
|
33
|
}
|
34
|
|
34
|
|
|
|
35
|
+ params.query = query;
|
35
|
params.isApp = req.yoho.isApp;
|
36
|
params.isApp = req.yoho.isApp;
|
36
|
params.physical_channel = req.yoho.channel && searchProcess.getChannelType(req.yoho.channel);
|
37
|
params.physical_channel = req.yoho.channel && searchProcess.getChannelType(req.yoho.channel);
|
37
|
|
38
|
|
|
@@ -133,7 +134,7 @@ const list = (req, res, next) => { |
|
@@ -133,7 +134,7 @@ const list = (req, res, next) => { |
133
|
});
|
134
|
});
|
134
|
}).catch(next);
|
135
|
}).catch(next);
|
135
|
}
|
136
|
}
|
136
|
- });
|
137
|
+ }).catch(next);
|
137
|
};
|
138
|
};
|
138
|
|
139
|
|
139
|
/**
|
140
|
/**
|