Merge branch 'release/newSearch' of http://git.yoho.cn/fe/yohobuy-node into release/newSearch
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -54,7 +54,7 @@ const sortMap = dataMap.sort; | @@ -54,7 +54,7 @@ const sortMap = dataMap.sort; | ||
54 | 54 | ||
55 | const webSearchAsync = data => { | 55 | const webSearchAsync = data => { |
56 | return api.get('', Object.assign({ | 56 | return api.get('', Object.assign({ |
57 | - method: 'web.search.search' | 57 | + method: 'app.search.newProduct' |
58 | }, data), {cache: true}); | 58 | }, data), {cache: true}); |
59 | }; | 59 | }; |
60 | 60 |
-
Please register or login to post a comment