Showing
1 changed file
with
5 additions
and
1 deletions
@@ -41,7 +41,11 @@ module.exports = class extends global.yoho.BaseModel { | @@ -41,7 +41,11 @@ module.exports = class extends global.yoho.BaseModel { | ||
41 | 41 | ||
42 | getSeoSearchData(params) { | 42 | getSeoSearchData(params) { |
43 | let finalParams = { | 43 | let finalParams = { |
44 | - method: 'app.search.li', | 44 | + method: 'web.search.forseo', |
45 | + sales: 'Y', | ||
46 | + outlets: 2, | ||
47 | + stocknumber: 1, | ||
48 | + need_filter: 'no' | ||
45 | }; | 49 | }; |
46 | 50 | ||
47 | finalParams = _.assign(finalParams, searchProcess.getSearchParamsWithoutMethod(params)); | 51 | finalParams = _.assign(finalParams, searchProcess.getSearchParamsWithoutMethod(params)); |
-
Please register or login to post a comment