Merge branch 'feature/guangDev' into release/5.8
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -691,9 +691,9 @@ module.exports = class extends global.yoho.BaseModel { | @@ -691,9 +691,9 @@ module.exports = class extends global.yoho.BaseModel { | ||
691 | getProductList(params, arr) { | 691 | getProductList(params, arr) { |
692 | 692 | ||
693 | let data = { | 693 | let data = { |
694 | - method: 'web.search.search', | ||
695 | - from: 'fuzzySearch', | 694 | + method: 'app.search.recomandLi', |
696 | order: 's_n_desc', | 695 | order: 's_n_desc', |
696 | + client_type: 'web', | ||
697 | limit: 60 | 697 | limit: 60 |
698 | }; | 698 | }; |
699 | 699 |
-
Please register or login to post a comment