...
|
...
|
@@ -318,7 +318,9 @@ const keyId = (req, res, next) => { |
|
|
|
|
|
return searchModel.getSearchKeywordDataById(req.params.id, params, req.user.uid).then(result => {
|
|
|
let queryKey = result.queryKey;
|
|
|
|
|
|
if (!result) {
|
|
|
return next();
|
|
|
}
|
|
|
// 唤起 APP 的路径
|
|
|
res.locals.appPath = `yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.list","params":${JSON.stringify(params)}}`;
|
|
|
|
...
|
...
|
|